From ff0c686ae058334943951efe6f9cebc163fba826 Mon Sep 17 00:00:00 2001 From: Mark Oudsen Date: Sun, 28 Feb 2021 21:48:46 +0100 Subject: [PATCH] Adjusted config template - (v1.11) --- config/config.json.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.json.template b/config/config.json.template index 628ea2c..4d70e90 100644 --- a/config/config.json.template +++ b/config/config.json.template @@ -9,7 +9,7 @@ "cli_subject": "\"{{ HOST_NAME }}\": ({{ EVENT_SEVERITY }}) {{ EVENT_NAME }}" "cli_baseURL": "https:\/\/domain.com\/zabbix\/", "zabbix_user": "alogicalusername", - "zabbix_pwd": "astrongpassword", + "zabbix_user_pwd": "astrongpassword", "zabbix_api_user": "alogicalusername", "zabbix_api_pwd": "astrongpassword", "mail_from": "sender@domain.com"