[Nagiosplug-checkins] CVS: nagiosplug/plugins-scripts check_ifstatus.pl,1.6,1.7
Subhendu Ghosh
sghosh at users.sourceforge.net
Mon Oct 13 20:15:27 CEST 2003
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv5379
Modified Files:
check_ifstatus.pl
Log Message:
more snmpv3 patches
Index: check_ifstatus.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_ifstatus.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** check_ifstatus.pl 14 Oct 2003 02:15:29 -0000 1.6
--- check_ifstatus.pl 14 Oct 2003 03:14:57 -0000 1.7
***************
*** 54,58 ****
'4','unknown',
'5','dormant',
! '6','notPresent');
my $state = "UNKNOWN";
--- 54,59 ----
'4','unknown',
'5','dormant',
! '6','notPresent',
! '7','lowerLayerDown'); # down due to the state of lower layer interface(s));
my $state = "UNKNOWN";
***************
*** 417,420 ****
--- 418,422 ----
-version => $snmp_version,
-username => $secname,
+ -authprotocol => $authproto,
$auth
);
***************
*** 425,428 ****
--- 427,431 ----
-version => $snmp_version,
-username => $secname,
+ -authprotocol => $authproto,
$auth,
$priv
More information about the Commits
mailing list