]> git.pld-linux.org Git - packages/cyrus-sasl.git/blob - check_saslauthd.cfg
- allow building without Nagios support
[packages/cyrus-sasl.git] / check_saslauthd.cfg
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]
5 define command {
6         command_name            check_saslauthd
7         command_line            @plugindir@/check_saslauthd -u $ARG1$ -p $ARG2$ $ARG3$
8 }
9
10 define service {
11         register                0
12         use                     generic-service
13         service_description     saslauthd
14         name                    saslauthd
15
16         check_period            24x7
17         normal_check_interval   15
18         retry_check_interval    5
19         max_check_attempts      3
20 }
This page took 0.062309 seconds and 3 git commands to generate.