mirror of
				https://github.com/moudsen/mailGraph
				synced 2025-10-31 09:37:39 +01:00 
			
		
		
		
	Refactoring for optimized flow and relevant data retrieval (v1.25)
This commit is contained in:
		| @@ -1,13 +1,13 @@ | ||||
| { | ||||
|     "script_baseurl": "https:\/\/domain.com\/", | ||||
|     "script_baseurl": "https:\/\/mydomain.com\/", | ||||
|     "cli_itemId": 0, | ||||
|     "cli_triggerId": 0, | ||||
|     "cli_eventId": 0, | ||||
|     "cli_eventValue": 0, | ||||
|     "cli_duration": 0, | ||||
|     "cli_recipient": "recipient@domain.com", | ||||
|     "cli_recipient": "recipient@mydomain.com", | ||||
|     "cli_subject": "[TEST] {{ HOST_NAME|raw }}:  ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}", | ||||
|     "cli_baseURL": "https:\/\/domain.com\/zabbix\/", | ||||
|     "cli_baseURL": "https:\/\/mydomain.com\/zabbix\/", | ||||
|     "cli_periods": "10m,4h,2d,7d", | ||||
|     "cli_periods_headers": "Last 10 minutes,Last 4 hours,Last 2 days,Last 7 days", | ||||
|     "cli_debug": 1, | ||||
| @@ -16,7 +16,7 @@ | ||||
|     "zabbix_user_pwd": "astrongpassword", | ||||
|     "zabbix_api_user": "alogicalusername", | ||||
|     "zabbix_api_pwd": "astrongpassword", | ||||
|     "mail_from": "sender@domain.com", | ||||
|     "mail_from": "sender@mydomain.com", | ||||
|     "subject": "{{ HOST_NAME|raw }}:  ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}", | ||||
|     "smtp_server": "localhost", | ||||
|     "smtp_port": 25, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Oudsen
					Mark Oudsen