From 5623e2e38a992537bd028b3f5c263dd7fe3f8ed6 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Tue, 26 Nov 2019 19:24:53 +0300 Subject: [PATCH] [add] how to troubleshoot template import failure --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index de866d6..adf9b4f 100644 --- a/README.md +++ b/README.md @@ -301,6 +301,13 @@ ps aux | grep "php-fpm" In the list you should see your pool. If it's not there, then it means it's not running (not functional). +## How to troubleshoot template import failure +To view the import errors, please click the "Details" section in the Zabbix GUI. It should be on the same import page near the error message: + +![Zabbix template import error details](https://github.com/rvalitov/zabbix-php-fpm/raw/master/media/zabbix-import-error.jpg) + +Then check the Zabbix server log, for Debian/Ubuntu it's located at `/var/log/zabbix/zabbix_server.log`. + # Compatibility Tested with: - PHP 7.3