Fixed graph.get issue with workaround; several bugfixes and enhancements (v1.16)

This commit is contained in:
Mark Oudsen
2021-03-02 23:17:03 +01:00
parent cb8d2cb546
commit 42bea0df98
4 changed files with 63 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
"cli_eventValue": 0,
"cli_duration": 0,
"cli_recipient": "recipient@domain.com",
"cli_subject": "{{ HOST_NAME }}: ({{ EVENT_SEVERITY }}) {{ EVENT_NAME }}",
"cli_subject": "{{ HOST_NAME|raw }}: ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}",
"cli_baseURL": "https:\/\/domain.com\/zabbix\/",
"zabbix_user": "alogicalusername",
"zabbix_user_pwd": "astrongpassword",
@@ -18,4 +18,4 @@
"smtp_transport": "none",
"smtp_strict": "yes",
"graph_match": "any"
}
}