On Thu, 19 Mar 2015 19:58:23 +0100 AlexDF a.delferro@bitmagic.it wrote:
I'm using NAV in an Italian Hospital, where all networking switches are from Enterasys (now Extreme Networks).
Regarding the following interface counters:
ifInMulticastPkts ifInBroadcastPkts ifOutMulticastPkts ifOutBroadcastPkts
is it possible to add the graphs of the above counters on switch port details ? At the moment I have traffic, unicast, errors and discarded.
Hi Alex,
These counters aren't collected at the moment, which would be a prerequisite for displaying them as graphs.
The currently collected counters are listed in the OTHER_COUNTERS list in python/nav/ipdevpoll/plugins/statports.py .
More interface counters can be added to that list, but to display them, the template templates/ipdevinfo/port-details.html needs to be modified to show them under 'Activity graphs'.
You can do this yourself, if you're up to it, or you can request a new feature at https://bugs.launchpad.net/nav/+filebug .