diff options
author | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@macbook.local> | 2009-02-20 00:00:13 +0000 |
commit | 532454485570d76c159b7ddcf218dce1d59c26d3 (patch) | |
tree | 2080263bdd160ed32173955568d78ddbffa9dfce /plugins-scripts/check_mailq.pl | |
parent | 31efea1b490a12a64ce0359c2d847a381d2efb7b (diff) | |
download | monitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz |
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins-scripts/check_mailq.pl')
-rwxr-xr-x | plugins-scripts/check_mailq.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index 95ef2ce1..31eb46a4 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl @@ -587,7 +587,7 @@ sub print_help () { print " Checks the number of messages in the mail queue (supports multiple sendmail queues, qmail)\n"; print " Feedback/patches to support non-sendmail mailqueue welcome\n\n"; print "-w (--warning) = Min. number of messages in queue to generate warning\n"; - print "-c (--critical) = Min. number of messages in queu to generate critical alert ( w < c )\n"; + print "-c (--critical) = Min. number of messages in queue to generate critical alert ( w < c )\n"; print "-W (--Warning) = Min. number of messages for same domain in queue to generate warning\n"; print "-C (--Critical) = Min. number of messages for same domain in queue to generate critical alert ( W < C )\n"; print "-t (--timeout) = Plugin timeout in seconds (default = $utils::TIMEOUT)\n"; |