mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Initial discovery for APC EPDU1132M * Rename current APC ePDU model to specific * Add more conditions to test * Ignore APC ePDU * Add version field * Update version in test file * Add JSON test data Also remove hostname (was literal question mark), was causing issues
19 lines
363 B
YAML
19 lines
363 B
YAML
os: apc-epdu
|
|
text: 'APC ePDU'
|
|
type: power
|
|
icon: apc
|
|
mib_dir: apc
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
|
|
discovery:
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.318.1.3.4.9
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.0
|
|
snmpget:
|
|
oid: .1.3.6.1.6.3.10.2.1.1.0
|
|
op: '='
|
|
value: APC
|