NETGEAR Switches CPU and memory pollers

Hi Guys,

First of all, thanks a lot for tonns of your job to create, update and improve Librenms. I like this product so much. I have implemented in my company (we have 60+ Firewalls, 50+ Switches). I use it every minute.

I would like to ask question about Netgear switches. Netgear has his own system, called NMS300, but it’s really unflexible. So I have transfered all Netgear switches in Librenms. Some switches (mostly highest models) have possibiblity to tell their CPU percentage and memory percentage. Netgear’s system show this information. But Librenms does not. Is it possible and what to do to activate this functionality? I have added all mibs to $HOME/.snmp/mibs and restart the service. Also I made discovery-wrapper, but there is no changes.

For example, for my fortigates I can see this data, but not for Netgear.

Would be nice to collect this data from switches (M4300 models).
Thanks a lot.
Have a nice day.
Igor

1 Like

Can you get the data via SNMP? What OIDs can you access it by?

1 Like

It’s good question :slight_smile: I dont know how to find this information… :frowning:

In Netgear’s system all mib (there are tonns of mibs) are build-in, so I will try to find something between them.

Found :slight_smile:

CPU 1.3.6.1.4.1.4526.10.1.1.4.9
MEM FREE 1.3.6.1.4.1.4526.10.1.1.4.1
MEM AVAIL TOTAL 1.3.6.1.4.1.4526.10.1.1.4.2

If found this guide, https://docs.librenms.org/#Developing/os/Mem-CPU-Information/ but I do not understand what to do… all files that described in guid are present in system. Could you please explain in two-words? Thanks a lot

Create an issue on github and provide ALL the info we ask for there.