SPECS: check_saslauthd.cfg (NEW) - nagios plugin template for check_saslauthd

glen glen at pld-linux.org
Tue Feb 3 14:46:48 CET 2009


Author: glen                         Date: Tue Feb  3 13:46:48 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- nagios plugin template for check_saslauthd

---- Files affected:
SPECS:
   check_saslauthd.cfg (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/check_saslauthd.cfg
diff -u /dev/null SPECS/check_saslauthd.cfg:1.1
--- /dev/null	Tue Feb  3 14:46:48 2009
+++ SPECS/check_saslauthd.cfg	Tue Feb  3 14:46:43 2009
@@ -0,0 +1,15 @@
+# Commandline Usage:
+#   check_saslauthd -u username -p password [-r realm] [-s servicename] [-f socket path] [-R repeatnum]
+# Plugin Usage:
+#   check_saslauthd!username!password![-r realm] [-s servicename] [-f socket path] [-R repeatnum]
+define command {
+	command_name    check_saslauthd
+	command_line    /usr/lib/nagios/plugins/check_saslauthd -u $ARG1$ -p $ARG2$ $ARG3$
+}
+
+define service {
+	register		0
+	use             generic-service
+	name			saslauthd
+	check_period    24x7
+}
================================================================


More information about the pld-cvs-commit mailing list