mirror of
				https://github.com/moudsen/mailGraph
				synced 2025-10-31 09:37:39 +01:00 
			
		
		
		
	Fixed graph.get issue with workaround; several bugfixes and enhancements (v1.16)
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
|     "cli_eventValue": 0, | ||||
|     "cli_duration": 0, | ||||
|     "cli_recipient": "recipient@domain.com", | ||||
|     "cli_subject": "{{ HOST_NAME }}:  ({{ EVENT_SEVERITY }}) {{ EVENT_NAME }}", | ||||
|     "cli_subject": "{{ HOST_NAME|raw }}:  ({{ EVENT_SEVERITY }}) {{ EVENT_NAME|raw }}", | ||||
|     "cli_baseURL": "https:\/\/domain.com\/zabbix\/", | ||||
|     "zabbix_user": "alogicalusername", | ||||
|     "zabbix_user_pwd": "astrongpassword", | ||||
| @@ -18,4 +18,4 @@ | ||||
|     "smtp_transport": "none", | ||||
|     "smtp_strict": "yes", | ||||
|     "graph_match": "any" | ||||
| } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mark Oudsen
					Mark Oudsen