mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bd3fd64f3e
* Basic support for ICT PSU, no sensors yet. * Added current and voltage sensors * Fixed coding style issues * Fixed indexes
14 lines
265 B
YAML
14 lines
265 B
YAML
os: ict-psu
|
|
text: 'ICT Digital Series Power Supply'
|
|
type: power
|
|
icon: ict
|
|
nobulk: 1
|
|
mib_dir:
|
|
- ict
|
|
over:
|
|
- { graph: device_voltage, text: Voltage }
|
|
- { graph: device_current, text: Current }
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.39145.11
|