diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2021-12-02 14:26:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-02 14:26:31 (GMT) |
commit | 8df8460c6cd5c926990fddc1659e0f4194848473 (patch) | |
tree | cf986a4b2e48702284d96e04bc310dd86ebdf68d /plugins-scripts | |
parent | df1e9e975f69c8f7965bab91684870fe509739c6 (diff) | |
download | monitoring-plugins-8df8460c6cd5c926990fddc1659e0f4194848473.tar.gz |
Fix syntax error resulting from mergingrefs/pull/1490/head
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-x | plugins-scripts/check_mailq.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_mailq.pl b/plugins-scripts/check_mailq.pl index 4bc9487..3914f4a 100755 --- a/plugins-scripts/check_mailq.pl +++ b/plugins-scripts/check_mailq.pl | |||
@@ -575,7 +575,7 @@ sub process_arguments(){ | |||
575 | "c=i" => \$opt_c, "critical=i" => \$opt_c, # critical if above this number | 575 | "c=i" => \$opt_c, "critical=i" => \$opt_c, # critical if above this number |
576 | "t=i" => \$opt_t, "timeout=i" => \$opt_t, | 576 | "t=i" => \$opt_t, "timeout=i" => \$opt_t, |
577 | "s" => \$opt_s, "sudo" => \$opt_s, | 577 | "s" => \$opt_s, "sudo" => \$opt_s, |
578 | "d:s" => \$opt_d, "configdir:s" => \$opt_d | 578 | "d:s" => \$opt_d, "configdir:s" => \$opt_d, |
579 | "W=i" => \$opt_W, # warning if above this number | 579 | "W=i" => \$opt_W, # warning if above this number |
580 | "C=i" => \$opt_C, # critical if above this number | 580 | "C=i" => \$opt_C, # critical if above this number |
581 | ); | 581 | ); |