mirror of
https://github.com/moudsen/mailGraph
synced 2025-12-15 15:07:04 +01:00
smtp server configuration via config.json - fixed config template bug (v1.12)
This commit is contained in:
@@ -6,11 +6,13 @@
|
||||
"cli_eventValue": 0,
|
||||
"cli_duration": 0,
|
||||
"cli_recipient": "recipient@domain.com",
|
||||
"cli_subject": "\"{{ HOST_NAME }}\": ({{ EVENT_SEVERITY }}) {{ EVENT_NAME }}"
|
||||
"cli_subject": "{{ HOST_NAME }}: ({{ EVENT_SEVERITY }}) {{ EVENT_NAME }}",
|
||||
"cli_baseURL": "https:\/\/domain.com\/zabbix\/",
|
||||
"zabbix_user": "alogicalusername",
|
||||
"zabbix_user_pwd": "astrongpassword",
|
||||
"zabbix_api_user": "alogicalusername",
|
||||
"zabbix_api_pwd": "astrongpassword",
|
||||
"mail_from": "sender@domain.com"
|
||||
}
|
||||
"mail_from": "sender@domain.com",
|
||||
"smtp_server": "localhost",
|
||||
"smtp_port": 25
|
||||
}
|
||||
Reference in New Issue
Block a user