You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Markus Fischbacher edited this page Mar 18, 2021
·
7 revisions
all containers running but "Zabbix server" host item not reachable in UI
Thats because the default "Zabbix server" item in Zabbix is looking for "localhost" which isn't working in containers as it's normal.
So to solve that problem you can:
simple change "localhost" to "zabbix-agent" which points to the, hopefully also started, Zabbix Agent container.
or, arguably better!, you remove the Zabbix Agent template from "Zabbix server" (while leaving the Zabbix server templates!) and create a new host "Zabbix agent" which you point to the zabbix-agent container and link the template there.