I'm using Zabbix 3.2.6 on CentOS 7.3.1611. I see this every time I give 'systemctl restart zabbix-agent' Strangely, the host is reporting in the server's host configuration and everything seems to be functioning just fine.
If I ask for more detail, DebugLevel=4
I don't see 10051 listening...
And it's not defined in my config...
Can someone explain what's up here?
Code:
3816:20170523:111111.975 active check configuration update from [127.0.0.1:10051] started to fail (cannot connect to [[127.0.0.1]:10051]: [111] Connection refused)
Code:
3973:20170523:111638.312 __zbx_zbx_setproctitle() title:'listener #1 [waiting for connection]' 3976:20170523:111638.795 In send_buffer() host:'127.0.0.1' port:10051 entries:0/100 3976:20170523:111638.795 End of send_buffer():SUCCEED
Code:
# netstat -na | grep 10051
Code:
# grep 10051 /etc/zabbix/zabbix_agentd.conf
Comment