Files
librenms-librenms/includes/definitions/packetlight.yaml
PipoCanaja a3263b802b Added packetlight support (#10131)
* MIBS

* logos
sensors
user_func
cleaning

* tests

* Switch to Packetlight class, and use is_callable instead of function_exists

* tests

* CodeClimate

* Rename functions
2019-04-29 09:46:53 -05:00

14 lines
340 B
YAML

os: packetlight
text: 'Packetlight'
type: network
icon: packetlight
group: packetlight
over:
- { graph: device_temperature, text: 'Temperature' }
- { graph: device_power, text: 'Interface Power' }
discovery:
- snmpget:
oid: '1.3.6.1.4.1.4515.1.3.6.1.1.1.2.0'
op: starts
value: [ 'PL', 'Pl', 'pl' ]