Changeset 900 for noc/nagios


Ignore:
Timestamp:
Dec 20, 2008, 11:04:25 AM (15 years ago)
Author:
quentin
Message:
Check SVN status
Location:
noc/nagios
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • noc/nagios/checkcommands.cfg

    r896 r900  
    177177    command_line    $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu
    178178}
     179
     180define command {
     181        command_name    check_svn
     182        command_line    $USER5$/check_svn -H $HOSTNAME$ -T
     183}
  • 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.