[Nagiosplug-checkins] nagiosplug/plugins-scripts check_mailq.pl,1.4,1.5
Benoit Mortier
opensides at users.sourceforge.net
Sun Jan 2 17:00:22 CET 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17756/plugins-scripts
Modified Files:
check_mailq.pl
Log Message:
fixes for #1094324
Index: check_mailq.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_mailq.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- check_mailq.pl 15 Sep 2003 15:28:35 -0000 1.4
+++ check_mailq.pl 3 Jan 2005 00:59:48 -0000 1.5
@@ -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 @@
"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
);
More information about the Commits
mailing list