summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 746e307)
raw | patch | inline | side by side (parent: 746e307)
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | |
Tue, 14 Oct 2003 03:14:57 +0000 (03:14 +0000) | ||
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | |
Tue, 14 Oct 2003 03:14:57 +0000 (03:14 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@745 f882894a-f735-0410-b71e-b25c423dba1c
plugins-scripts/check_ifstatus.pl | patch | blob | history |
index 3372adbf466582a615e59151cff62cce7c6c21d8..4f17711680770bdaaf4fdaaa1367ca3a72e8d632 100755 (executable)
'3','testing',
'4','unknown',
'5','dormant',
- '6','notPresent');
+ '6','notPresent',
+ '7','lowerLayerDown'); # down due to the state of lower layer interface(s));
my $state = "UNKNOWN";
my $answer = "";
-port => $port,
-version => $snmp_version,
-username => $secname,
+ -authprotocol => $authproto,
$auth
);
}elsif ($seclevel eq 'authPriv' ) {
-port => $port,
-version => $snmp_version,
-username => $secname,
+ -authprotocol => $authproto,
$auth,
$priv
);