I recently had to change the internal ip that my zabbix instance was running on and whist doing so the zabbix web interface will not update to the new ip in my configuration there for giving me a notification informing that the zabbix server is no longer running.

Consequently, there is full functionality through the web interface and everything is working properly other than the fictitious notification telling me the server is offline.


As you can tell, everything indicates the right ip except the zabbix web interface
Netstat:
Can someone direct me to a fix for this? As far as I know zabbix uses items that all have different update cycles as to what I think is going on. Although I have failed to locate the item entry for the server information section, I believe I am heading in the right direction.
Consequently, there is full functionality through the web interface and everything is working properly other than the fictitious notification telling me the server is offline.
As you can tell, everything indicates the right ip except the zabbix web interface
Netstat:
Code:
tcp 0 0 192.168.10.99:10051 0.0.0.0:* LISTEN 25764/zabbix_server tcp 0 0 0.0.0.0:10050 0.0.0.0:* LISTEN 25665/zabbix_agentd

Comment