Skip to content

Commit 0296bd6

Browse files
authored
fix: restart apache2 after installing zabbix config (#9206)
Apache must restart to load zabbix-apache-conf. Without restart, /zabbix endpoint returns 404 until manual intervention.
1 parent 36630a7 commit 0296bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/zabbix-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ else
108108
AGENT_SERVICE="zabbix-agent"
109109
fi
110110

111-
systemctl restart zabbix-server
111+
systemctl restart zabbix-server apache2
112112
systemctl enable -q --now zabbix-server $AGENT_SERVICE apache2
113113
msg_ok "Started Services"
114114

0 commit comments

Comments
 (0)