SVN: nagios-config/trunk/commands/check_snmp.cfg

glen glen at pld-linux.org
Mon Sep 7 10:32:38 CEST 2009


Author: glen
Date: Mon Sep  7 10:32:38 2009
New Revision: 10537

Modified:
   nagios-config/trunk/commands/check_snmp.cfg
Log:
- snmpd service template

Modified: nagios-config/trunk/commands/check_snmp.cfg
==============================================================================
--- nagios-config/trunk/commands/check_snmp.cfg	(original)
+++ nagios-config/trunk/commands/check_snmp.cfg	Mon Sep  7 10:32:38 2009
@@ -3,3 +3,17 @@
 	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
+}


More information about the pld-cvs-commit mailing list