Ignore:
Timestamp:
Dec 20, 2008, 11:04:25 AM (16 years ago)
Author:
quentin
Message:
Check SVN status
File:
1 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/services.cfg

    r899 r900  
    6363}
    6464
     65define service {
     66        use     scripts-service
     67        host_name       scripts
     68        service_description     SVN
     69        check_command   check_svn
     70        notification_period     afs
     71}
     72
     73define service {
     74        use     scripts-service
     75        hostgroup_name  scripts-user
     76        service_description     SVN
     77        check_command   check_svn
     78        notification_period     afs
     79}
     80
    6581define servicedependency{
    6682        host_name                       scripts
Note: See TracChangeset for help on using the changeset viewer.