mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add mempools, cpu and storage to some arbor devices * Update test data * Precision must be int - remove
22 lines
448 B
YAML
22 lines
448 B
YAML
os: arbos
|
|
text: ArbOS
|
|
type: network
|
|
icon: arbor
|
|
group: arbor
|
|
ifXmcbc: true
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.9694.1
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.8072.3.2.10
|
|
sysDescr:
|
|
- arbux
|
|
mib_dir: arbornet
|