Please can somebody explain why Zabbix does not work how I expect it to please!
When I start an agent it will contact to the server and the "platform-ovh" host will be created via autodiscovery.
Then the agent will log "no active checks on server [IP:10051]: host [platform-ovh] not found".
But the agent just caused the "platform-ovh" host to be created on the server with the name "platform-ovh" using auto discovery!!!
Agent log;
26955:20180605:162925.333 Starting Zabbix Agent [platform-ovh]. Zabbix 2.4.7 (revision 56694).
26955:20180605:162925.333 using configuration file: /etc/zabbix/zabbix_agentd.conf
26955:20180605:162925.333 agent #0 started [main process]
26956:20180605:162925.333 agent #1 started [collector]
26957:20180605:162925.333 agent #2 started[listener #1]
26958:20180605:162925.334 agent #3 started[listener #2]
26960:20180605:162925.334 agent #4 started[listener #3]
26961:20180605:162925.334 agent #5 started [active checks #1]
26961:20180605:162925.601 no active checks on server [SIP:10051]: host [platform-ovh] not found
Agent conf;
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
LogFileSize=1
DebugLevel=3
Server=SIP
ServerActive=SIP
ListenIP=AIP
StartAgents=3
HostnameItem=system.hostname
HostMetadataItem=system.uname
When I start an agent it will contact to the server and the "platform-ovh" host will be created via autodiscovery.
Then the agent will log "no active checks on server [IP:10051]: host [platform-ovh] not found".
But the agent just caused the "platform-ovh" host to be created on the server with the name "platform-ovh" using auto discovery!!!
Agent log;
26955:20180605:162925.333 Starting Zabbix Agent [platform-ovh]. Zabbix 2.4.7 (revision 56694).
26955:20180605:162925.333 using configuration file: /etc/zabbix/zabbix_agentd.conf
26955:20180605:162925.333 agent #0 started [main process]
26956:20180605:162925.333 agent #1 started [collector]
26957:20180605:162925.333 agent #2 started[listener #1]
26958:20180605:162925.334 agent #3 started[listener #2]
26960:20180605:162925.334 agent #4 started[listener #3]
26961:20180605:162925.334 agent #5 started [active checks #1]
26961:20180605:162925.601 no active checks on server [SIP:10051]: host [platform-ovh] not found
Agent conf;
PidFile=/var/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix-agent/zabbix_agentd.log
LogFileSize=1
DebugLevel=3
Server=SIP
ServerActive=SIP
ListenIP=AIP
StartAgents=3
HostnameItem=system.hostname
HostMetadataItem=system.uname
Comment