mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* initial support for DC-UPS-48 from algom * add snmprec files for algcom-dc-ups * rename MIB and create json test unit * new MIB name, recapture test snmprec and json * remove unnecessary OS matching
15 lines
301 B
YAML
15 lines
301 B
YAML
os: algcom-dc-ups
|
|
text: 'ALGCOM DC UPS'
|
|
type: power
|
|
icon: algcom
|
|
|
|
over:
|
|
- { graph: device_current, text: Current }
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_temperature, text: Temperature }
|
|
|
|
discovery:
|
|
- sysObjectID:
|
|
- .1.3.6.1.4.1.49136
|
|
mib_dir: algcom
|