mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Zabbix: Only send alerts for Average and above to Matrix
Signed-off-by: Greg Sutcliffe <fedora@emeraldreverie.org>
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
conditions:
|
||||
- type: "trigger_severity"
|
||||
operator: ">="
|
||||
value: "Information"
|
||||
value: "Average"
|
||||
operations:
|
||||
- type: send_message
|
||||
media_type: "Matrix"
|
||||
|
||||
Reference in New Issue
Block a user