From 6da6da77fb30aaff0b9d65ddeee2e8f901f6861c Mon Sep 17 00:00:00 2001 From: moudsen Date: Mon, 10 Jul 2023 11:02:20 +0200 Subject: [PATCH] v2.14 - Configuration updates itemId no longer required/possibel per Zabbix 6.2. T new items for SMTP from keeping "mail_from" for backwards compatibility. --- config/config.json.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config.json.template b/config/config.json.template index 81f139c..271e0cc 100644 --- a/config/config.json.template +++ b/config/config.json.template @@ -1,6 +1,5 @@ { "script_baseurl": "https:\/\/mydomain.com\/", - "cli_itemId": 0, "cli_triggerId": 0, "cli_eventId": 0, "cli_duration": 0, @@ -20,9 +19,13 @@ "smtp_server": "localhost", "smtp_port": 25, "smtp_transport": "none", + "smtp_from_address": "mailgraph@mydomain.com", + "smtp_from_name": "mailGraph", "smtp_strict": "yes", "graph_match": "any", "period": "20m", "period_header": "Last 20 minutes", + "retention_images": 7, + "retention_logs": 14, "debug": 0 }