From 3083f26c7d1257b955c30816de6bd1d62c8b6aec Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 13:31:07 +0100 Subject: [PATCH] add check_proc_zabbixagent and check_proc_zabbixserver functions --- scripts/install | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install b/scripts/install index e0641a2..0a02ebb 100644 --- a/scripts/install +++ b/scripts/install @@ -409,3 +409,8 @@ systemctl reload php7.0-fpm # Reload SSOwat config yunohost app ssowatconf +#test if zabbix server is started +check_proc_zabbixagent + +#test if zabbix agent is started +check_proc_zabbixserver