1
0
mirror of https://github.com/VerosK/nagios-snmp-tortilla.git synced 2024-11-21 18:03:49 +01:00
nagios-snmp-tortilla/ini/ups-output.ini
2014-03-03 17:53:22 +01:00

22 lines
388 B
INI

# UPS with SNMP - tested on Riello
#
# output sensors
#
[value:output_frequency]
oid = .1.3.6.1.2.1.33.1.4.2.0
func = lambda x: float(x)/10.
name = Output frequency
units = Hz
[value:output_voltage]
oid = .1.3.6.1.2.1.33.1.4.4.1.2.1
name = Output voltage
units = V
[value:output_current]
oid = .1.3.6.1.2.1.33.1.4.4.1.3.1
func = lambda x: float(x)/10.
units = A
name = Output current