Changeset 1271 for trunk/noc/nagios


Ignore:
Timestamp:
Jul 15, 2009, 3:25:04 AM (15 years ago)
Author:
mitchb
Message:
Monitor LDAP multi-master replication status on scripts webservers
Location:
trunk/noc/nagios
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/noc/nagios/checkcommands.cfg

    r1106 r1271  
    184184
    185185define command {
     186        command_name    check_remote_ldap_mmr
     187        command_line    $USER1$/check_nrpe -H $HOSTADDRESS$ -u -c check_ldap_mmr
     188}
     189
     190define command {
    186191    command_name    check_scripts_ldap
    187192    command_line    $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=scripts,dc=mit,dc=edu
  • trunk/noc/nagios/services.cfg

    r1269 r1271  
    154154
    155155define service {
     156        use scripts-nrpe-service
     157        hostgroup_name scripts-user
     158        service_description     LDAP-MMR
     159        notification_period     afs
     160        check_command   check_remote_ldap_mmr
     161}
     162
     163define service {
    156164        use     scripts-nrpe-service
    157165        hostgroup_name  scripts-user
Note: See TracChangeset for help on using the changeset viewer.