SOURCES: check_snmp_load.cfg (NEW) - config for check_snmp_load na...
glen
glen at pld-linux.org
Tue Feb 14 14:16:12 CET 2006
Author: glen Date: Tue Feb 14 13:16:11 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- config for check_snmp_load nagios plugin
---- Files affected:
SOURCES:
check_snmp_load.cfg (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/check_snmp_load.cfg
diff -u /dev/null SOURCES/check_snmp_load.cfg:1.1
--- /dev/null Tue Feb 14 14:16:11 2006
+++ SOURCES/check_snmp_load.cfg Tue Feb 14 14:16:06 2006
@@ -0,0 +1,16 @@
+# check for load over SNMP
+
+# ARGS: Community, warning x3, critical x3
+define command {
+ command_name check_snmp_load_linux
+ command_line $USER1$/check_snmp_load.pl -H $HOSTADDRESS$ -C $ARG1$ -T netsl -w $ARG2$ -c $ARG3$
+}
+
+define service {
+ name check_linux_load
+ service_description Verification load linux
+ check_command check_snmp_load_linux!<COMMUNITY>!3,2,2!5,3,3
+ register 0
+}
+
+# vim:ts=8:sw=8
================================================================
More information about the pld-cvs-commit
mailing list