]> git.pld-linux.org Git - projects/nagios-config.git/blob - commands/check_mailq.cfg
add check_mailq command template
[projects/nagios-config.git] / commands / check_mailq.cfg
1 # Usage:
2 # check_mailq
3 define command {
4         command_name    check_mailq
5         command_line    /usr/lib/nagios/plugins/check_mailq $ARG1$
6 }
7
8 define service {
9         use                     generic-service
10         name                    mailq
11         register                0
12         service_description     mailq
13
14         check_command           check_mailq!-w 5 -c 10
15 }
This page took 0.070645 seconds and 3 git commands to generate.