From 03a5f750eca303518b176ce992055dc3fcdec52c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 20 Jul 2024 19:24:52 +0800 Subject: [PATCH] Update install.sh --- plugins/zabbix_agent/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/zabbix_agent/install.sh b/plugins/zabbix_agent/install.sh index 17cd991066..0bbaf897b6 100755 --- a/plugins/zabbix_agent/install.sh +++ b/plugins/zabbix_agent/install.sh @@ -8,6 +8,8 @@ export PATH # cd /www/server/mdserver-web && python3 /www/server/mdserver-web/plugins/zabbix_agent/index.py start +# /usr/sbin/zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf + curPath=`pwd` rootPath=$(dirname "$curPath") rootPath=$(dirname "$rootPath")