fix S19 low hr recovery tigger
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
zabbix_export:
|
zabbix_export:
|
||||||
version: '5.2'
|
version: '5.2'
|
||||||
date: '2022-02-27T06:16:08Z'
|
date: '2022-03-14T06:58:20Z'
|
||||||
groups:
|
groups:
|
||||||
-
|
-
|
||||||
name: 'Antminer S19'
|
name: 'Antminer S19'
|
||||||
@@ -494,7 +494,7 @@ zabbix_export:
|
|||||||
-
|
-
|
||||||
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.Elapsed.last()}>600) and ({AntMiner S19:icmpping.last()}=1 and {AntMiner S19:net.tcp.service[tcp,,4028].last()}=1)'
|
||||||
recovery_mode: RECOVERY_EXPRESSION
|
recovery_mode: RECOVERY_EXPRESSION
|
||||||
recovery_expression: '{AntMiner S19:AntMinerT17.Hashrate.last()}>{$HASH_LOW}'
|
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}'
|
name: 'AntMiner S19 Low hashrate on {HOST.NAME}'
|
||||||
priority: WARNING
|
priority: WARNING
|
||||||
manual_close: 'YES'
|
manual_close: 'YES'
|
||||||
|
|||||||
Reference in New Issue
Block a user