]> git.pld-linux.org Git - packages/cyrus-sasl.git/blame - check_saslauthd.cfg
- allow building without Nagios support
[packages/cyrus-sasl.git] / check_saslauthd.cfg
CommitLineData
921025c0
ER
1# Commandline Usage:
2# check_saslauthd -u username -p password [-r realm] [-s servicename] [-f socket path] [-R repeatnum]
3# Plugin Usage:
4# check_saslauthd!username!password![-r realm] [-s servicename] [-f socket path] [-R repeatnum]
5define command {
fb74cb57
ER
6 command_name check_saslauthd
7 command_line @plugindir@/check_saslauthd -u $ARG1$ -p $ARG2$ $ARG3$
921025c0
ER
8}
9
10define service {
fb74cb57
ER
11 register 0
12 use generic-service
13 service_description saslauthd
14 name saslauthd
e1ab5375 15
fb74cb57 16 check_period 24x7
e1ab5375
ER
17 normal_check_interval 15
18 retry_check_interval 5
19 max_check_attempts 3
921025c0 20}
This page took 0.131137 seconds and 4 git commands to generate.