We are in the process of evaluating zabbix to be used for monitoring and we have been trying a small setup to get more familiarized. I have encountered a problem when trying to do active checks through zabbix agent.
my setup:
zabbix server and database are installed on WSL
Zabbix agent installed on windows server
we are not using proxies in this minimized setup
passive checks are working normally and also I tested traps with senders and everything is working well. However, when using the "zabbix agent (active)" interface, no data is sent to the server.
on windows server the zabbix_agentd.conf looks like that
#
# Mandatory: no
# Default:
# DisableActive=0
# DisableActive=0
# ServerActive=
ServerActive=10.60.1.254:10056
Then when starting the zabbix agent service I get the logs below:
3156:20231020:161613.681 agent #0 started [main process]
4568:20231020:161613.682 agent #2 started[listener #1]
7912:20231020:161613.683 agent #3 started[listener #2]
6728:20231020:161613.683 agent #4 started[listener #3]
7768:20231020:161613.683 agent #5 started [active checks #1]
6204:20231020:161613.684 agent #1 started [collector]
7768:20231020:161616.695 Unable to connect to [10.60.1.254]:10056 [cannot connect to [[10.60.1.254]:10056]: (null)]
7768:20231020:161616.696 Unable to send heartbeat message to [10.60.1.254]:10056 [cannot connect to [[10.60.1.254]:10056]: (null)]
The ports are open and the passive interface for the same zabbix agent is working well. Any thoughts pleas?
my setup:
zabbix server and database are installed on WSL
Zabbix agent installed on windows server
we are not using proxies in this minimized setup
passive checks are working normally and also I tested traps with senders and everything is working well. However, when using the "zabbix agent (active)" interface, no data is sent to the server.
on windows server the zabbix_agentd.conf looks like that
#
# Mandatory: no
# Default:
# DisableActive=0
# DisableActive=0
# ServerActive=
ServerActive=10.60.1.254:10056
Then when starting the zabbix agent service I get the logs below:
3156:20231020:161613.681 agent #0 started [main process]
4568:20231020:161613.682 agent #2 started[listener #1]
7912:20231020:161613.683 agent #3 started[listener #2]
6728:20231020:161613.683 agent #4 started[listener #3]
7768:20231020:161613.683 agent #5 started [active checks #1]
6204:20231020:161613.684 agent #1 started [collector]
7768:20231020:161616.695 Unable to connect to [10.60.1.254]:10056 [cannot connect to [[10.60.1.254]:10056]: (null)]
7768:20231020:161616.696 Unable to send heartbeat message to [10.60.1.254]:10056 [cannot connect to [[10.60.1.254]:10056]: (null)]
The ports are open and the passive interface for the same zabbix agent is working well. Any thoughts pleas?
erf_counter[\Paging File(_Total)\% Usage]
Comment