It has been a long time now, but I feel kind of stack with this issue.
I am successfully graphing Cisco IP SLA information from our Cisco routers, but the WEB UI graphs display only RTT values (cur, min, max, avg). No information related to packet loss % is showing for me, while with the same router configuration we successfully receive this kind of information (rtt + packet loss) on another free monitoring tool (Zabbix).
Hello,
Thanks for the quick reply.
What I am suspecting is that the relevant MIB (responsible for packet loss graphing) is missing from LibreNMS. Are we referring to the same thing? I have found this article while researching the issue, librenms-mibs/CISCO-RTTMON-MIB at master · librenms/librenms-mibs · GitHub, but it feels way too advanced for my set of skills.
Is it possible to provide me with more details on what you mentioned earlier “then update the LibreNMS Nla code to fetch and graph that data.” ?
I’m trying to investigate a similar thing and from what I understood so far, it’s a feature request, meaning there’s no easy way to add new data to graphs.
However, when I go to /opt/librenms/includes and try to grep for rttMonCtrlOperTimeoutOccurred or 1.3.6.1.4.1.9.9.42.1.2.9.1.6 through all the files, nothing is found.
Can somebody please confirm I’m on the right path?
Is there a guide available on what needs to be changed/added on this file (LibreNMS/OS/Shared/Cisco.php), in order to show us packet loss statistics on the Cisco SLA graphs?