diff options
author | Tobias Fiebig <tobias+github@fiebig.nl> | 2022-03-26 11:55:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 11:55:23 (GMT) |
commit | 066b6e68242b5e7a6f1eb665df9b227d896aec66 (patch) | |
tree | f7586e0bac69e6923634a28c07945a4934a8ba4e /plugins-scripts | |
parent | 9a659f46ffb5b183f91879b08bad7822548ae662 (diff) | |
download | monitoring-plugins-066b6e68242b5e7a6f1eb665df9b227d896aec66.tar.gz |
remove duplicate W=i/C=i args (#1755)
Co-authored-by: Tobias Fiebig <t.fiebig@tudelft.nl>
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-x | plugins-scripts/check_mailq.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index 8cc3d0f..4c72332 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl | |||
@@ -578,8 +578,6 @@ sub process_arguments(){ | |||
578 | "t=i" => \$opt_t, "timeout=i" => \$opt_t, | 578 | "t=i" => \$opt_t, "timeout=i" => \$opt_t, |
579 | "s" => \$opt_s, "sudo" => \$opt_s, | 579 | "s" => \$opt_s, "sudo" => \$opt_s, |
580 | "d:s" => \$opt_d, "configdir:s" => \$opt_d, | 580 | "d:s" => \$opt_d, "configdir:s" => \$opt_d, |
581 | "W=i" => \$opt_W, # warning if above this number | ||
582 | "C=i" => \$opt_C, # critical if above this number | ||
583 | ); | 581 | ); |
584 | 582 | ||
585 | if ($opt_V) { | 583 | if ($opt_V) { |