I've decided to ditch Nagios/Icinga and have easily spun up a Zabbix server with a working installation of 6.0.30.
Linux servers are added with no problem, but my first Windows server is a bust. I've read through many threads here and other places but I feel like I've hit all of the usual suspects and am still stuck.
CLIENT:
I installed the zabbix_agent-6.0.30-windows-i38 agent on a Windows 19 Server. The agent starts and stops successfully and logs problems to the expected output file. I have stopped the Windows firewall, and time of day matches correctly on both server and client.
The client configuration contains;
The log tells me;
Telnet gives me a blank screen that comes back to a typical prompt.
SERVER:
The web interface presents a red [ZBX] under availability.
The Hostname is correct and matches the client config file
I am using the "Windows by Zabbix agent" template.
I created the group "Windows Server"
Under Interfaces, the client IP and hostname match and the port is default
From the server, I can telnet to the client (by IP or DNS);
But zabbix_get tells me;
Again, the firewall is disabled so I'm expecting no impediments.
What have I missed?
Linux servers are added with no problem, but my first Windows server is a bust. I've read through many threads here and other places but I feel like I've hit all of the usual suspects and am still stuck.
CLIENT:
I installed the zabbix_agent-6.0.30-windows-i38 agent on a Windows 19 Server. The agent starts and stops successfully and logs problems to the expected output file. I have stopped the Windows firewall, and time of day matches correctly on both server and client.
The client configuration contains;
Code:
Server=10.177.176.7 ServerActive=10.177.176.7 Hostname=<redacted_but_matches_server_config> LogFile=c:\zabbix_agent-6.0.30-windows-i386\zabbix_agentd.log
HTML Code:
failed to accept an incoming connection: connection from "172.16.11.1" rejected, allowed hosts: "10.177.176.7"
SERVER:
The web interface presents a red [ZBX] under availability.
The Hostname is correct and matches the client config file
I am using the "Windows by Zabbix agent" template.
I created the group "Windows Server"
Under Interfaces, the client IP and hostname match and the port is default
From the server, I can telnet to the client (by IP or DNS);
Code:
telnet 172.16.11.32 10050 Trying 172.16.11.32... Connected to 172.16.11.32. Escape character is '^]'. Connection closed by foreign host.
Code:
zabbix_get -s 172.16.10.40 -k system.uname zabbix_get [73493]: Get value error: ZBX_TCP_READ() failed: [104] Connection reset by peer zabbix_get [73493]: Check access restrictions in Zabbix agent configuration
What have I missed?
Comment