summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_mailq.pl
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2005-01-03 00:59:48 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2005-01-03 00:59:48 (GMT)
commit6fc70bc896b1c871eba2fb3cbb9bf693d86744a0 (patch)
tree5bcaffc5a8650b30f6b0dc08d8d22ce8c4441438 /plugins-scripts/check_mailq.pl
parent9054eb6bab9066c624320c4f9f5859abead0fee9 (diff)
downloadmonitoring-plugins-6fc70bc896b1c871eba2fb3cbb9bf693d86744a0.tar.gz
fixes for #1094324
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1076 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts/check_mailq.pl')
-rwxr-xr-xplugins-scripts/check_mailq.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl
index aaec251..7baf942 100755
--- a/plugins-scripts/check_mailq.pl
+++ b/plugins-scripts/check_mailq.pl
@@ -22,6 +22,8 @@
22# along with this program; if not, write to the Free Software 22# along with this program; if not, write to the Free Software
23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24# 24#
25# $Id$
26#
25############################################################################ 27############################################################################
26 28
27use POSIX; 29use POSIX;
@@ -517,8 +519,6 @@ sub process_arguments(){
517 "M:s" => \$opt_M, "mailserver:s" => \$opt_M, # mailserver (default sendmail) 519 "M:s" => \$opt_M, "mailserver:s" => \$opt_M, # mailserver (default sendmail)
518 "w=i" => \$opt_w, "warning=i" => \$opt_w, # warning if above this number 520 "w=i" => \$opt_w, "warning=i" => \$opt_w, # warning if above this number
519 "c=i" => \$opt_c, "critical=i" => \$opt_c, # critical if above this number 521 "c=i" => \$opt_c, "critical=i" => \$opt_c, # critical if above this number
520 "W=i" => \$opt_W, "Warning=i" => \$opt_W, # warning if above this number
521 "C=i" => \$opt_C, "Critical=i" => \$opt_C, # critical if above this number
522 "t=i" => \$opt_t, "timeout=i" => \$opt_t 522 "t=i" => \$opt_t, "timeout=i" => \$opt_t
523 ); 523 );
524 524