Code

fixes for #1094324
authorBenoit Mortier <opensides@users.sourceforge.net>
Mon, 3 Jan 2005 00:59:48 +0000 (00:59 +0000)
committerBenoit Mortier <opensides@users.sourceforge.net>
Mon, 3 Jan 2005 00:59:48 +0000 (00:59 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1076 f882894a-f735-0410-b71e-b25c423dba1c

plugins-scripts/check_mailq.pl

index aaec2515c8379b8e1646600c17bd21f2fe999eb7..7baf9424ebcab3cf641985bb8079bc0aad225bf5 100755 (executable)
@@ -22,6 +22,8 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 #
+# $Id$
+#
 ############################################################################
 
 use POSIX;
@@ -517,8 +519,6 @@ sub process_arguments(){
                 "M:s" => \$opt_M, "mailserver:s" => \$opt_M, # mailserver (default     sendmail)
                 "w=i" => \$opt_w, "warning=i"  => \$opt_w,   # warning if above this number
                 "c=i" => \$opt_c, "critical=i" => \$opt_c,       # critical if above this number
-                "W=i" => \$opt_W, "Warning=i"  => \$opt_W,   # warning if above this number
-                "C=i" => \$opt_C, "Critical=i" => \$opt_C,       # critical if above this number
                 "t=i" => \$opt_t, "timeout=i"  => \$opt_t 
                 );