From 85e9016791fa26f5ab6c2f74e413452109a5ce09 Mon Sep 17 00:00:00 2001 From: moudsen Date: Sat, 27 Feb 2021 17:37:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 713fa38..4b5878b 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ I've picked TWIG as the template processor, where the following macros are avail Values available: -`{{ baseURL }} - base url of the Zabbix system (use for references to API and login) +{{ baseURL }} - base url of the Zabbix system (use for references to API and login) {{ TRIGGER_ID }} - id of the applicable trigger @@ -121,7 +121,7 @@ Values available: {{ LOG_HTML }} - script log in HTML format -{{ LOG_PLAIN }} - script log in PLAIN text format` +{{ LOG_PLAIN }} - script log in PLAIN text format # 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):