Zabbix: Only send alerts for Average and above to Matrix

Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
Greg Sutcliffe
2025-11-17 16:07:12 +00:00
parent b65110b95f
commit cc99cc823d

View File

@@ -180,7 +180,7 @@
conditions:
- type: "trigger_severity"
operator: ">="
value: "Information"
value: "Average"
operations:
- type: send_message
media_type: "Matrix"