Ignore:
Timestamp:
Jan 28, 2009, 12:42:03 AM (15 years ago)
Author:
quentin
Message:
Update hostgroup names so they stay within the scripts- namespace, so we can support multiple services on syn
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/services.cfg

    r900 r960  
    108108        use     scripts-service
    109109        hostgroup_name  scripts-user
     110        service_description     HTTP
     111        notification_period     afs
     112        check_command   check_http_heartbeat
     113        contact_groups  scripts
     114}
     115
     116define service {
     117        use     scripts-service
     118        hostgroup_name          scripts-user
     119        service_description     HTTPS
     120        notification_period     afs
     121        check_command   check_https_cert!14
     122        contact_groups  scripts
     123}
     124
     125define service {
     126        use     scripts-service
     127        hostgroup_name  scripts-user
    110128        service_description     NSCD
    111129        check_command   check_remote_procs_u!1:256!1:512!nscd
Note: See TracChangeset for help on using the changeset viewer.