SOURCES: nagios-snmp-plugins.cfg (NEW) - command defines

glen glen at pld-linux.org
Mon Aug 27 08:39:39 CEST 2007


Author: glen                         Date: Mon Aug 27 06:39:39 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- command defines

---- Files affected:
SOURCES:
   nagios-snmp-plugins.cfg (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nagios-snmp-plugins.cfg
diff -u /dev/null SOURCES/nagios-snmp-plugins.cfg:1.1
--- /dev/null	Mon Aug 27 08:39:39 2007
+++ SOURCES/nagios-snmp-plugins.cfg	Mon Aug 27 08:39:34 2007
@@ -0,0 +1,13 @@
+
+# check for disk with nagios-snmp-plugins
+# $USER5$ is used for SNMP v1 community string
+define command {
+    command_name    check_snmp_disk
+    command_line    $USER1$/check_snmp_disk -H $HOSTADDRESS$ -C $USER5$
+}
+
+# check via SNMP 'proc' directives
+define command {
+    command_name    check_snmp_proc
+    command_line    $USER1$/check_snmp_proc -H $HOSTADDRESS$ -C $USER5$
+}
================================================================


More information about the pld-cvs-commit mailing list