From 044fa48917a1ad69f2761aa3eb01981dbf1c039c Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sun, 14 Jun 2015 18:15:00 +1000 Subject: [PATCH] More missing documentation --- doc/General/MIB-based-polling.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/General/MIB-based-polling.md b/doc/General/MIB-based-polling.md index 5951eb3d3..e66461601 100644 --- a/doc/General/MIB-based-polling.md +++ b/doc/General/MIB-based-polling.md @@ -81,6 +81,11 @@ snmpget -v2c -c public -OUsb -m SNMPv2-MIB -M /opt/librenms/mibs -t 30 hostname valid name for the MIB. See the comments for `snmp_translate()` in `includes/snmp.inc.php` for an example. If this step fails, it means there is something wrong with the MIB and net-snmp cannot parse it. + 6. Add any additional MIBs you wish to poll for specific device types to + `includes/polling/os/OSNAME.inc.php` by calling `poll_mibs()` with the + MIB module and name. See includes/polling/os/ruckuswireless.inc.php for + an example. + 7. That should be all you need to see MIB graphs! ## TODO ##