]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- snmpd service template
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Sep 2009 08:32:38 +0000 (08:32 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 7 Sep 2009 08:32:38 +0000 (08:32 +0000)
svn-id: @10537

commands/check_snmp.cfg

index 214dd151dd172857995731b1c16758d0634f39e6..478f409a4bd47052b212af7aa17b08ab63170ce2 100644 (file)
@@ -3,3 +3,17 @@ define command {
        command_name    check_snmpd
        command_line    $USER1$/check_snmp -H $HOSTADDRESS$ -o system.sysName.0,system.sysLocation.0,system.sysContact.0 -P 2c $ARG1$
 }
+
+# SNMPD service
+define service {
+       use                     generic-service
+       name                    snmpd
+       service_description     snmpd
+       register                0
+
+       normal_check_interval   5
+       retry_check_interval    1
+       notification_interval   120
+
+       check_command           check_snmpd
+}
This page took 0.085912 seconds and 4 git commands to generate.