mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
20 lines
437 B
YAML
20 lines
437 B
YAML
os: edgeos-ep
|
|
text: 'Ubiquiti Edgepower'
|
|
type: power
|
|
icon: ubiquiti
|
|
snmp_bulk: false
|
|
mib_dir: ubnt
|
|
over:
|
|
- { graph: device_current, text: 'Current' }
|
|
- { graph: device_voltage, text: 'Voltage' }
|
|
- { graph: device_power, text: 'Power' }
|
|
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.10002.1
|
|
snmpget:
|
|
oid: .1.3.6.1.4.1.41112.1.5.1.1.0
|
|
op: 'contains'
|
|
value: 'EP-'
|