low hr trigger fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
zabbix_export:
|
||||
version: '5.2'
|
||||
date: '2022-03-14T06:58:20Z'
|
||||
date: '2022-04-02T06:26:38Z'
|
||||
groups:
|
||||
-
|
||||
name: 'Antminer S19'
|
||||
@@ -492,7 +492,7 @@ zabbix_export:
|
||||
name: 'AntMiner S19 low fan speed {HOST.NAME}'
|
||||
manual_close: 'YES'
|
||||
-
|
||||
expression: '({AntMiner S19:AntMinerT17.Hashrate.last()}<{$HASH_LOW} and {AntMiner S19:AntMinerT17.Elapsed.last()}>600) and ({AntMiner S19:icmpping.last()}=1 and {AntMiner S19:net.tcp.service[tcp,,4028].last()}=1)'
|
||||
expression: '(({AntMiner S19:AntMinerT17.Hashrate.last()}<{$HASH_LOW} and {AntMiner S19:AntMinerT17.Hashrate.last()}>0 ) and {AntMiner S19:AntMinerT17.Elapsed.last()}>600) and ({AntMiner S19:icmpping.last()}=1 and {AntMiner S19:net.tcp.service[tcp,,4028].last()}=1)'
|
||||
recovery_mode: RECOVERY_EXPRESSION
|
||||
recovery_expression: '{AntMiner S19:AntMinerT17.Hashrate.last()}>{$HASH_LOW} or {AntMiner S19:icmpping.last()}=0 or {AntMiner S19:AntMinerT17.Hashrate.nodata(15m)}=1'
|
||||
name: 'AntMiner S19 Low hashrate on {HOST.NAME}'
|
||||
|
||||
Reference in New Issue
Block a user