]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- nagios plugin template for check_saslauthd
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Feb 2009 13:46:43 +0000 (13:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check_saslauthd.cfg -> 1.1

check_saslauthd.cfg [new file with mode: 0644]

diff --git a/check_saslauthd.cfg b/check_saslauthd.cfg
new file mode 100644 (file)
index 0000000..3eeca86
--- /dev/null
@@ -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
+}
This page took 0.039962 seconds and 4 git commands to generate.