mirror of
https://github.com/VerosK/nagios-snmp-tortilla.git
synced 2024-11-22 10:23:51 +01:00
13 lines
239 B
INI
13 lines
239 B
INI
|
# APC PDU with SNMP - http://goo.gl/KkiEg2
|
||
|
#
|
||
|
# only temperature
|
||
|
#
|
||
|
[value:temperature]
|
||
|
oid = .1.3.6.1.4.1.318.1.1.26.10.2.2.1.8.1
|
||
|
units = C
|
||
|
func = lambda x: float(x)/10
|
||
|
warning = temperature > 21
|
||
|
critical = temperature > 25
|
||
|
name = Teplota
|
||
|
|