From fa79a817e1cb543d3e9843805b935f1bb4a8a5d9 Mon Sep 17 00:00:00 2001 From: Mickael-Martin Date: Fri, 29 Mar 2019 13:32:41 +0100 Subject: [PATCH] add 2 check process after restore --- scripts/restore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/restore b/scripts/restore index a00113a..8fa4471 100644 --- a/scripts/restore +++ b/scripts/restore @@ -158,3 +158,9 @@ 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