So im having s strange issue with zabbix when trying to add hosts.
I complete the create host in the GUI using the DNS and using the Agent interface for a windows 2016 datacenter server as the host.
I use the hosts name and used IP address.
The host will never seem to connect or go green, always shows unknown
I can ping the host
At the OS level I have installed the zabbix_get tool and using the same name and port from the zabbix server I can get data
zabbix_get -s systemname -p 10050 -k agent.version
6.4.8
These servers are on the same network not that it matters as zabbix_get works as expected.
I can get version, hostname and cpu data
If I disable the zabbix agent 2 client then the command line zabbix_get does not work, this indicates to me that at least the service in the host mahine is working, there are no firewalls blocking port 10050 or 10051.
Telnet to the 10050 or 10051 works.
Im baffled as based on this info it should just work.
My last implementation I swear did not have this many issues.
I complete the create host in the GUI using the DNS and using the Agent interface for a windows 2016 datacenter server as the host.
I use the hosts name and used IP address.
The host will never seem to connect or go green, always shows unknown
I can ping the host
At the OS level I have installed the zabbix_get tool and using the same name and port from the zabbix server I can get data
zabbix_get -s systemname -p 10050 -k agent.version
6.4.8
These servers are on the same network not that it matters as zabbix_get works as expected.
I can get version, hostname and cpu data
If I disable the zabbix agent 2 client then the command line zabbix_get does not work, this indicates to me that at least the service in the host mahine is working, there are no firewalls blocking port 10050 or 10051.
Telnet to the 10050 or 10051 works.
Im baffled as based on this info it should just work.
My last implementation I swear did not have this many issues.
Comment