Skip to content

Commit

Permalink
Merge pull request #294 from Elkropac/apc-nmc-deps
Browse files Browse the repository at this point in the history
Update APC NMC2 - create trigger dependencies
  • Loading branch information
oscar120584 authored Nov 6, 2023
2 parents 2ad8b15 + e02315d commit c82a50d
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
zabbix_export:
version: '6.0'
date: '2021-11-25T12:34:17Z'
date: '2023-10-12T11:50:59Z'
groups:
-
uuid: 7df96b18c230490a9a0a9e2307226338
Expand Down Expand Up @@ -50,6 +50,10 @@ zabbix_export:
expression: 'avg(/APC_NMC2/iemStatusProbeCurrentTemp,30s)>30'
name: 'Ambient temperature high'
priority: WARNING
dependencies:
-
name: 'Ambient temperature critical'
expression: 'avg(/APC_NMC2/iemStatusProbeCurrentTemp,30s)>40'
-
uuid: 5c4ff2e4dda2463884f570108b390ca3
expression: 'avg(/APC_NMC2/iemStatusProbeCurrentTemp,30s)<15'
Expand Down Expand Up @@ -90,6 +94,10 @@ zabbix_export:
expression: last(/APC_NMC2/upsAdvBatteryCapacity)<50
name: 'Battery charge low'
priority: WARNING
dependencies:
-
name: 'Battery charge critically low'
expression: last(/APC_NMC2/upsAdvBatteryCapacity)<20
-
uuid: 1d178f181ab9458eaa40caa82a718791
name: 'Battery replacement status'
Expand Down Expand Up @@ -197,6 +205,10 @@ zabbix_export:
expression: 'avg(/APC_NMC2/upsAdvInputLineVoltage,30s)<190'
name: 'Input voltage low'
priority: WARNING
dependencies:
-
name: 'No power input'
expression: 'avg(/APC_NMC2/upsAdvInputLineVoltage,30s)=0'
-
uuid: b7c99fa28b5b4b0ba554747b34241349
expression: 'avg(/APC_NMC2/upsAdvInputLineVoltage,30s)>250'
Expand Down

0 comments on commit c82a50d

Please sign in to comment.