mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 09:40:05 -04:00
remove duplicate W=i/C=i args (#1755)
Co-authored-by: Tobias Fiebig <t.fiebig@tudelft.nl>
This commit is contained in:
parent
9a659f46ff
commit
066b6e6824
1 changed files with 0 additions and 2 deletions
|
|
@ -578,8 +578,6 @@ sub process_arguments(){
|
|||
"t=i" => \$opt_t, "timeout=i" => \$opt_t,
|
||||
"s" => \$opt_s, "sudo" => \$opt_s,
|
||||
"d:s" => \$opt_d, "configdir:s" => \$opt_d,
|
||||
"W=i" => \$opt_W, # warning if above this number
|
||||
"C=i" => \$opt_C, # critical if above this number
|
||||
);
|
||||
|
||||
if ($opt_V) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue