Hello,
I've read every available documentation item and forum post on auto-discovery, and I've checked many times over that my configurations are correct. Still, auto-registration does not work.
Manually registering hosts works fine. Network auto-discovery works fine. But auto-registration not.
How do I debug the situation to see what is happening, how far the auto-registration message goes and where it fails?
When I restart the agent it outputs in the log this:
How do I know if it even tried to do an auto-registration? Is the agent supposed to try auto-register each time it is started? I can't find that there is any --debug option to run the agent to figure out what it does.
From the host I ran
and I get a prompt, so I know that at least the network connection works and is not firewalled etc.
On the Zabbix server the server log does not show anything related.
What can I do the debug this? It is really important to get auto-registration working, without it Zabbix would be way less useful.
I've read every available documentation item and forum post on auto-discovery, and I've checked many times over that my configurations are correct. Still, auto-registration does not work.
Manually registering hosts works fine. Network auto-discovery works fine. But auto-registration not.
How do I debug the situation to see what is happening, how far the auto-registration message goes and where it fails?
When I restart the agent it outputs in the log this:
Code:
24059:20130103:004116.106 Starting Zabbix Agent [xxxx]. Zabbix 2.0.3 (revision 30485). 24061:20130103:004116.107 agent #0 started [collector] 24065:20130103:004116.108 agent #3 started[listener] 24063:20130103:004116.108 agent #2 started[listener] 24062:20130103:004116.108 agent #1 started[listener]
From the host I ran
Code:
telnet zabbix.server.address 10051
On the Zabbix server the server log does not show anything related.
What can I do the debug this? It is really important to get auto-registration working, without it Zabbix would be way less useful.

Comment