From 0c7d5779753dd390cac08088cb013d7fa9a360c4 Mon Sep 17 00:00:00 2001 From: moudsen Date: Fri, 5 Mar 2021 10:25:19 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b938c..da45758 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ I've tested my code with Zabbix 5.0.x (LTS) on Linux with local Postfix. Not sur - You are familiar with "composer" - You know how to configure and secure a webserver/virtual host (Apache, NGINX, etc.) - That you have CURL and PHP installed +- That you are familiar with Zabbix 5.x (specifically for setting up "Actions") # Prepare the installation - Download or clone this repository @@ -160,7 +161,7 @@ Values available: {{ LOG_PLAIN }} - script log in PLAIN text format -You can define CUSTOM information that is passed from Zabbix by introducing a Macro of which the name starts with 'info'. Each 'infoXXX' will be made available for use in the template as {{ infoXXX }}. This allows you to add _any_ other information you want to pass from Zabbix straight into the template. +You can define _CUSTOM_ information that is passed from Zabbix by introducing a Macro of which the name starts with 'info'. Each 'infoXXX' will be made available for use in the template as {{ infoXXX }}. This allows you to add _any_ other information you want to pass from Zabbix straight into the template. # Troubleshooting In general if something goes wrong (no output), use the following sequence to identify where the error has occured (and raise an issue in this repository so I can take a look at it):