diff --git a/plugins/zabbix_agent/install.sh b/plugins/zabbix_agent/install.sh index 17cd99106..0bbaf897b 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")