[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2018-03-25 Thread Bug Watch Updater
** 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

Re: [Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Clint Byrum
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? --

[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
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

[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-03-01 Thread Stefan Leitner
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

[Bug 851625] Re: snmp__if plugin does not work if server only supports 32 bit counters

2012-02-22 Thread Bug Watch Updater
** 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