First cut at working poller for MIBs

This commit is contained in:
Paul Gear
2015-06-16 08:27:56 +10:00
parent 8f5bc4cdb6
commit 4af7dd8225
6 changed files with 129 additions and 18 deletions
+2 -4
View File
@@ -11,10 +11,8 @@ Polling:
- walk that MIB on the device
- store any numeric results in individual RRD files
- update/add graph definitions in the database
- Individual OSes can add extra MIBs that should be there for a given
OS (includes/polling/os/*.inc.php). The MIB poller will poll,
store, and update graph definitions for them after attempting the
sysObjectID-based MIB poll.
- Individual OSes (includes/polling/os/*.inc.php) can poll extra MIBs
that should be there for a given OS by calling poll_mib().
- Devices may be excluded from MIB polling by adding poll_mib = 0 to
devices_attribs (see /device/device=ID/tab=edit/section=modules/)