Skip to content

Commit

Permalink
Merge pull request #318 from alexisc182/patch-1
Browse files Browse the repository at this point in the history
Update template_apc_netbotz_monitor_2xx.yaml
  • Loading branch information
oscar120584 authored Feb 6, 2024
2 parents fa371f1 + 33a4e5a commit 6edd4d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ zabbix_export:
recovery_expression: |
last(/APC NetBotz Rack Monitor 250/apc.enviro.sensor.wireless.alarm.value.["{#SNMPINDEX}"])=0
or
(last(/APC NetBotz Rack Monitor 250/apc.enviro.sensor.wireless.temperature.value.["{#SNMPINDEX}"])>=(last(/APC NetBotz Rack Monitor 250/apc.enviro.sensor.wireless.temperature.threshold.high.["{#SNMPINDEX}"])+{$HYSTERESIS}))
(last(/APC NetBotz Rack Monitor 250/apc.enviro.sensor.wireless.temperature.value.["{#SNMPINDEX}"])<=(last(/APC NetBotz Rack Monitor 250/apc.enviro.sensor.wireless.temperature.threshold.high.["{#SNMPINDEX}"])+{$HYSTERESIS}))
name: '{#SNMPVALUE} {ITEM.LASTVALUE} :: Temperature > High Threshold'
priority: AVERAGE
manual_close: 'YES'
Expand Down

0 comments on commit 6edd4d7

Please sign in to comment.