mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add netspire os support * Update netspire.yaml * Change from numerical oid to regular oid and readd poller/discovery modules * Remove mib_dir and change os polling
17 lines
441 B
YAML
17 lines
441 B
YAML
mib: OACOMMON-MIB
|
|
modules:
|
|
processors:
|
|
data:
|
|
-
|
|
oid: netSpireDeviceCPULoad
|
|
num_oid: '.1.3.6.1.4.1.1732.2.1.9.{{ $index }}'
|
|
type: netspire
|
|
sensors:
|
|
temperature:
|
|
data:
|
|
-
|
|
oid: netSpireDeviceSystemTemperature
|
|
num_oid: .1.3.6.1.4.1.1732.2.1.10.
|
|
descr: 'System Temperature'
|
|
|