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
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to