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