diff options
| author | Björn Berg <32747776+MisterMountain@users.noreply.github.com> | 2023-05-02 09:31:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-02 09:31:32 +0200 |
| commit | e14f1ad7c35504b97f81b1b33a5533e57c605fc2 (patch) | |
| tree | a59d292d928c123ad862776f344918035466c817 /plugins-scripts/check_ifstatus.pl | |
| parent | 3dc677e4f1f990e7b26bc714a02608070379cf85 (diff) | |
| parent | a4be133f01a231dc45c98aabed35f96d6f826fd7 (diff) | |
| download | monitoring-plugins-e14f1ad7c35504b97f81b1b33a5533e57c605fc2.tar.gz | |
Merge branch 'monitoring-plugins:master' into fix_version_return_code
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 32984e53..38b87fcc 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl | |||
| @@ -354,7 +354,7 @@ sub process_arguments() { | |||
| 354 | if (defined $seclevel && defined $secname) { | 354 | if (defined $seclevel && defined $secname) { |
| 355 | $session_opts{'-username'} = $secname; | 355 | $session_opts{'-username'} = $secname; |
| 356 | 356 | ||
| 357 | # Must define a security level even though defualt is noAuthNoPriv | 357 | # Must define a security level even though default is noAuthNoPriv |
| 358 | unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { | 358 | unless ( grep /^$seclevel$/, qw(noAuthNoPriv authNoPriv authPriv) ) { |
| 359 | usage("Must define a valid security level even though default is noAuthNoPriv"); | 359 | usage("Must define a valid security level even though default is noAuthNoPriv"); |
| 360 | } | 360 | } |
