]> git.pld-linux.org Git - packages/cyrus-sasl.git/commitdiff
- plugindir placeholder
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Feb 2009 13:52:26 +0000 (13:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    check_saslauthd.cfg -> 1.2

check_saslauthd.cfg

index 3eeca86109fdae4837c4edfbdf067d22e7f36b16..97ef63514bac336860c26d447ba05afb6bf39256 100644 (file)
@@ -3,13 +3,14 @@
 # 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$
+       command_name            check_saslauthd
+       command_line            @plugindir@/check_saslauthd -u $ARG1$ -p $ARG2$ $ARG3$
 }
 
 define service {
-       register                0
-       use             generic-service
-       name                    saslauthd
-       check_period    24x7
+       register                0
+       use                     generic-service
+       service_description     saslauthd
+       name                    saslauthd
+       check_period            24x7
 }
This page took 0.182131 seconds and 4 git commands to generate.