Skip to content

Commit

Permalink
Fix zabbix systemd config
Browse files Browse the repository at this point in the history
  • Loading branch information
lzs committed Sep 14, 2020
1 parent fa99f12 commit 2422223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ dpkg -i /tmp/zabbix-release_5.0-1+focal_all.deb
apt -y update
apt -y install zabbix-agent
# Use a different config
sed -i '/^Environment=/ s/zabbix_agentd.conf/zabbix_agentd_ioi.conf/' /etc/systemd/system/multi-user.target.wants/zabbix-agent.service
sed -i '/^Environment=/ s/zabbix_agentd.conf/zabbix_agentd_ioi.conf/' /lib/systemd/system/zabbix-agent.service

# Remove/clean up unneeded snaps

Expand Down

0 comments on commit 2422223

Please sign in to comment.