Hacker News new | ask | show | jobs
by dsr_ 634 days ago
...and good, too.

In the default mode, all you have to do for configuration is tell it the names or IPs of things to monitor and an SNMP community string. It scans for every tree that it understands, and will rescan occasionally.

1 comments

Does that mean that it has a library of devices so that it knows what SNMP stuff from them means? (I barely know how SNMP works).
Yes. That's called SNMP MIBs, and LibreNMS has a lot of the standard/well known device MIBs to parse out the details.

https://docs.librenms.org/Support/FAQ/#how-does-librenms-use...

Cool thanks