mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added Basic OS support for Benu * Benu OS take 2 * Benu OS take 3 * Benu round 4 - this time for real * added benu sensors * reamed to benuos, renamed mibs, sensor rewrite pending * upated sensors to use snmp_get_multi * rename yaml * rename yaml * updated mempool discover to use multi get, fixed whitepaces, removed old commented out code from polling * changed detection from sysDescr to sysObjectId * Update benuos.yaml * Update benuos.inc.php * Update benuos.inc.php * Update benuos.inc.php * Update benuos.inc.php
19 lines
453 B
YAML
19 lines
453 B
YAML
os: benuos
|
|
text: 'Benu'
|
|
type: network
|
|
icon: benuos
|
|
mib_dir:
|
|
- benuos
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.39406.1
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
poller_modules:
|
|
mib: 1
|
|
register_mibs:
|
|
bTWagNumGrePmip6Tunnels: BENU-TWAG-STATS-MIB
|
|
bWagNumCurrentL2tpv3TunnelsIPv4: BENU-WAG-STATS-MIB
|