mirror of
https://github.com/moudsen/mailGraph
synced 2025-02-17 20:51:38 +01:00
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.
This commit is contained in:
parent
00a67cbb65
commit
6da6da77fb
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user