v2.14 - Adding ability to set 'From' address details in configuration

This commit is contained in:
Mark Oudsen
2023-07-10 11:21:48 +02:00
parent 6da6da77fb
commit 8269195795
4 changed files with 15 additions and 19 deletions

View File

@@ -1,6 +1,5 @@
{
"script_baseurl": "https:\/\/mydomain.com\/",
"cli_triggerId": 0,
"cli_eventId": 0,
"cli_duration": 0,
"cli_recipient": "recipient@mydomain.com",
@@ -14,7 +13,6 @@
"zabbix_user_pwd": "astrongpassword",
"zabbix_api_user": "alogicalusername",
"zabbix_api_pwd": "astrongpassword",
"mail_from": "sender@mydomain.com",
"subject": "{{ HOST_NAME|raw }}: ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}",
"smtp_server": "localhost",
"smtp_port": 25,