summaryrefslogtreecommitdiffstats
path: root/plugins-scripts
diff options
context:
space:
mode:
authorTon Voon <tonvoon@macbook.local>2009-02-20 00:00:13 (GMT)
committerTon Voon <tonvoon@macbook.local>2009-02-20 00:00:13 (GMT)
commit532454485570d76c159b7ddcf218dce1d59c26d3 (patch)
tree2080263bdd160ed32173955568d78ddbffa9dfce /plugins-scripts
parent31efea1b490a12a64ce0359c2d847a381d2efb7b (diff)
downloadmonitoring-plugins-532454485570d76c159b7ddcf218dce1d59c26d3.tar.gz
Typo fixes (Jan Wagner - SF 1878971)
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-xplugins-scripts/check_mailq.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl
index 95ef2ce..31eb46a 100755
--- a/plugins-scripts/check_mailq.pl
+++ b/plugins-scripts/check_mailq.pl
@@ -587,7 +587,7 @@ sub print_help () {
587 print " Checks the number of messages in the mail queue (supports multiple sendmail queues, qmail)\n"; 587 print " Checks the number of messages in the mail queue (supports multiple sendmail queues, qmail)\n";
588 print " Feedback/patches to support non-sendmail mailqueue welcome\n\n"; 588 print " Feedback/patches to support non-sendmail mailqueue welcome\n\n";
589 print "-w (--warning) = Min. number of messages in queue to generate warning\n"; 589 print "-w (--warning) = Min. number of messages in queue to generate warning\n";
590 print "-c (--critical) = Min. number of messages in queu to generate critical alert ( w < c )\n"; 590 print "-c (--critical) = Min. number of messages in queue to generate critical alert ( w < c )\n";
591 print "-W (--Warning) = Min. number of messages for same domain in queue to generate warning\n"; 591 print "-W (--Warning) = Min. number of messages for same domain in queue to generate warning\n";
592 print "-C (--Critical) = Min. number of messages for same domain in queue to generate critical alert ( W < C )\n"; 592 print "-C (--Critical) = Min. number of messages for same domain in queue to generate critical alert ( W < C )\n";
593 print "-t (--timeout) = Plugin timeout in seconds (default = $utils::TIMEOUT)\n"; 593 print "-t (--timeout) = Plugin timeout in seconds (default = $utils::TIMEOUT)\n";