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

glen glen at pld-linux.org
Tue Sep 22 16:58:20 CEST 2009


Author: glen
Date: Tue Sep 22 16:58:19 2009
New Revision: 10629

Modified:
   nagios-config/trunk/commands/check_snmp.cfg
Log:
- include default snmp community

Modified: nagios-config/trunk/commands/check_snmp.cfg
==============================================================================
--- nagios-config/trunk/commands/check_snmp.cfg	(original)
+++ nagios-config/trunk/commands/check_snmp.cfg	Tue Sep 22 16:58:19 2009
@@ -27,7 +27,7 @@
 	retry_check_interval    1
 	notification_interval   120
 
-	check_command           check_snmpd
+	check_command           check_snmpd!-C public
 }
 
 # Any SNMP check
@@ -37,5 +37,5 @@
 	service_description     snmp
 	register                0
 
-	check_command           check_snmp
+	check_command           check_snmp!-C public
 }


More information about the pld-cvs-commit mailing list