** Changed in: munin (Debian)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851625
Title:
snmp__if plugin does not work if server only supports 32 bit counte
Excerpts from Stefan Leitner's message of Thu Mar 01 11:28:55 UTC 2012:
> There is a second bug, if the snmp server doesn't support the alias name
> entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
> "noSuchObject"
>
Stefan, perhaps you should report this bug separately?
--
I have to correct myself, the fix should be:
my $alias = $session->get_single($ifEntryAlias);
if ((!(defined ($alias))) or ($alias eq 'noSuchObject')){
$alias = $session->get_single($ifEntryDescr) || "Interface $iface";
}
--
You received this bug notification because you are
There is a second bug, if the snmp server doesn't support the alias name
entry (1.3.6.1.2.1.31.1.1.1.18.x) of the SNMPv2 , the function returns
"noSuchObject"
# from line 162
my $alias = $session->get_single($ifEntryAlias) ||
$session->get_single($ifEntryDescr) ||
"Interface $iface";
# a
** Changed in: munin (Debian)
Status: Unknown => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851625
Title:
snmp__if plugin does not work if server only supports 32 bit counters
T