mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Initial adding Ubiquiti EdgePower sensors * Initial adding Ubiquiti EdgePower sensors * Create airos-ep OS * Added sensors * Travis * Added test / snmprec data * Codeclimate * minors * Update ubnt.inc.php * Update UBNT-EdgeMAX-MIB * Update ubnt.inc.php * Change Airos to EdgeOS * Add forgotten files * Test data * Change os yaml * Travis * Update edgeos-ep.inc.php * Create edgeos-ep.json * Update edgeos-ep.yaml * Update ubnt.inc.php * Update airos.yaml * Battery and PSU quantity not beeing displayed * Rerun OS tests to generate json file * Add high low temp values recommended by factory * Add high low temp values recommended by factory * Travis Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com> Co-authored-by: Tony Murray <murraytony@gmail.com>
20 lines
431 B
YAML
20 lines
431 B
YAML
os: edgeos-ep
|
|
text: 'Ubiquiti Edgepower'
|
|
type: power
|
|
icon: ubiquiti
|
|
nobulk: true
|
|
group: 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-'
|