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
25 lines
677 B
YAML
25 lines
677 B
YAML
os: apc
|
|
text: 'APC Management Module'
|
|
type: power
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_runtime, text: Runtime }
|
|
discovery:
|
|
-
|
|
sysDescr:
|
|
- APC Web/SNMP Management Card
|
|
- APC Switched Rack PDU
|
|
- APC MasterSwitch PDU
|
|
- APC Metered Rack PDU
|
|
- APC Embedded PowerNet
|
|
- APC Environmental Manager
|
|
- APC InRow DX
|
|
- APC Uniflair SP
|
|
- APC InfraStruXure ATS
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.318.1
|
|
sysObjectID_except:
|
|
- .1.3.6.1.4.1.318.1.3.4.9
|