mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-17 00:14:54 +02:00
Revert changes to MIB-based-polling.md
Pull legacy file, put back in place.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## WARNING ##
|
||||
RNING ##
|
||||
|
||||
MIB-based polling is experimental. It might overload your LibreNMS server,
|
||||
destroy your data, set your routers on fire, and kick your cat. It has been
|
||||
@@ -69,8 +69,9 @@ The components involved in MIB-based polling are:
|
||||
|
||||
- During discovery, relevant MIBs are parsed using `snmptranslate`, and the
|
||||
data returned is used to populate a database which guides the poller in
|
||||
what to store. At the moment, only OIDs with Unsigned32 and Counter64
|
||||
data types are parsed.
|
||||
what to store. At the moment, only OIDs of INTEGER, Integer32, Gauge32,
|
||||
Unsigned32, Counter32, and Counter64 data types are parsed, and negative
|
||||
values are untested.
|
||||
|
||||
- Devices may be excluded from MIB polling by changing the setting in the
|
||||
device edit screen:
|
||||
|
||||
Reference in New Issue
Block a user