optional custom config

This commit is contained in:
Paolo Asperti 2019-03-19 22:05:09 +01:00
parent b46b881006
commit a369012236
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 5 additions and 1 deletions

View File

@ -7,12 +7,16 @@ CUSTOM_CFG_PATH=/config/zabbix-agent
SERVER=$(jq --raw-output ".server" $CONFIG_PATH)
HOSTNAME=$(jq --raw-output ".hostname" $CONFIG_PATH)
if [ ! -d /data/zabbix-agent ] ; then
mkdir /data/zabbix-agent
fi
echo "
Server=$SERVER
ServerActive=$SERVER
Hostname=$HOSTNAME
LogType=console
Include=/config/zabbix-agent/*.conf
Include=/data/zabbix-agent/*.conf
" > /etc/zabbix/zabbix_agentd.conf
sudo -u zabbix zabbix_agentd -f