mirror of
https://github.com/moudsen/mailGraph
synced 2025-11-20 03:02:43 +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:
@@ -1,6 +1,5 @@
|
|||||||
{
|
{
|
||||||
"script_baseurl": "https:\/\/mydomain.com\/",
|
"script_baseurl": "https:\/\/mydomain.com\/",
|
||||||
"cli_itemId": 0,
|
|
||||||
"cli_triggerId": 0,
|
"cli_triggerId": 0,
|
||||||
"cli_eventId": 0,
|
"cli_eventId": 0,
|
||||||
"cli_duration": 0,
|
"cli_duration": 0,
|
||||||
@@ -20,9 +19,13 @@
|
|||||||
"smtp_server": "localhost",
|
"smtp_server": "localhost",
|
||||||
"smtp_port": 25,
|
"smtp_port": 25,
|
||||||
"smtp_transport": "none",
|
"smtp_transport": "none",
|
||||||
|
"smtp_from_address": "mailgraph@mydomain.com",
|
||||||
|
"smtp_from_name": "mailGraph",
|
||||||
"smtp_strict": "yes",
|
"smtp_strict": "yes",
|
||||||
"graph_match": "any",
|
"graph_match": "any",
|
||||||
"period": "20m",
|
"period": "20m",
|
||||||
"period_header": "Last 20 minutes",
|
"period_header": "Last 20 minutes",
|
||||||
|
"retention_images": 7,
|
||||||
|
"retention_logs": 14,
|
||||||
"debug": 0
|
"debug": 0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user