diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-09-20 08:16:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 08:16:11 +0200 |
commit | a5ba424f85153b1ddaaf5e5269c82f0f049828d0 (patch) | |
tree | b9c158930159f2ab1ea2eb45e9e19ccdd0fbb76b /plugins-scripts/check_ifstatus.pl | |
parent | a99db0243baa5d208c5d500a9bde86b4619cec92 (diff) | |
parent | 220455a11e8f1dd3a86ac4725cf0c799c8e3b21b (diff) | |
download | monitoring-plugins-a5ba424f85153b1ddaaf5e5269c82f0f049828d0.tar.gz |
Merge branch 'master' into master
Diffstat (limited to 'plugins-scripts/check_ifstatus.pl')
-rwxr-xr-x | plugins-scripts/check_ifstatus.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl index 0ae3b4c6..f0b7c491 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl | |||
@@ -370,7 +370,7 @@ sub process_arguments() { | |||
370 | if (defined $seclevel && defined $secname) { | 370 | if (defined $seclevel && defined $secname) { |
371 | $session_opts{'-username'} = $secname; | 371 | $session_opts{'-username'} = $secname; |
372 | 372 | ||
373 | # Must define a security level even though defualt is noAuthNoPriv | 373 | # Must define a security level even though default is noAuthNoPriv |
374 | unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { | 374 | unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { |
375 | usage("Must define a valid security level even though default is noAuthNoPriv"); | 375 | usage("Must define a valid security level even though default is noAuthNoPriv"); |
376 | } | 376 | } |