I'm trying to monitor network devices for bandwidth, but all checks return status like 'OK - Current BW in: 0Mbps Out: 0Mbps'. I use Network Switch / Router Monitoring Wizard. I've consulted KB https://support.nagios.com/kb/article.php?id=29 and several topics in this forum without luck. I use snmp v3 to connect to device.
- simple 'snmpwalk -v3 ...' returns correct output ('HC' counters are used).
- following command returns no error (no output in console)
Code: Select all
LANG=C LC_ALL=C /usr/bin/mrtg /etc/mrtg/mrtg.cfg- all noHC directives from mrtg config files are commented out
- versions used: Nagios XI 5.7.3, OS - RHEL 6.10.
Do you have any other ideas what to check?
Thanks.