Hello everybody,
Recently I needed to add some servers to my Zabbix host, but for some unknown reason they're not reporting to the Zabbix server. It doesn't matter how I configure the agent or the server. Hosts that were configured prior to this issue are working fine. I'm running zabbix-server 6.0.18 and zabbix-agent-6.0.18 (I tried previous agent versions too, but it did not resolve the issue).
- Communication between the agent and server is accepted (I verified using telnet on TCP ports 10050 and 10051).
- The agent configuration is exactly the same on the new agents as it is on the old agents. The virtual machine is running Microsoft Windows Server 2019 Standard
- The server is running Ubuntu Server 20.04.6 LTS
- HOST2 is the configured hostname on both the Ubuntu server and Windows Server (and case correct).
- The linux server is able to resolve HOST2 via the domain controller. back to xxxx.com (xxxx is a redacted domain) just fine and is able to resolve the hostname standalone as well
- I tried configuring the host both via the Agent via IP and DNS both of them show the same result.
After a while I decided to turn on debugging on the agent and it showed me the following result:
2023/06/01 11:45:16.555655 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric HOST2' to '10.0.102.10'
2023/06/01 11:45:31.626833 received passive check request: 'HOST2' from '10.0.102.10'
2023/06/01 11:45:31.626833 [1] processing update request (1 requests)
2023/06/01 11:45:31.626833 [1] cannot monitor metric "HOST2": Unknown metric HOST2
2023/06/01 11:45:31.626833 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric HOST2' to '10.0.102.10'
2023/06/01 11:45:38.672817 [101] In refreshActiveChecks() from [10.0.102.10:10051]
2023/06/01 11:45:38.672817 connecting to [10.0.102.10:10051] [timeout:3s, connection timeout:3s]
2023/06/01 11:45:38.705134 sending [{"request":"active checks","host":"HOST2","version":"6.0"}] to [10.0.102.10:10051]
2023/06/01 11:45:38.705499 receiving data from [10.0.102.10:10051]
2023/06/01 11:45:38.741462 received [{"response":"success","data":[]}] from [10.0.102.10:10051]
2023/06/01 11:45:38.741636 [101] End of refreshActiveChecks() from [10.0.102.10:10051]
2023/06/01 11:45:38.741636 [101] processing update request (0 requests)
2023/06/01 11:45:38.741636 [101] skipping empty update for unregistered client
Does anybody have any idea what is causing this issue (with only new clients)? Can anybody advise me on how to resolve the issue?
Recently I needed to add some servers to my Zabbix host, but for some unknown reason they're not reporting to the Zabbix server. It doesn't matter how I configure the agent or the server. Hosts that were configured prior to this issue are working fine. I'm running zabbix-server 6.0.18 and zabbix-agent-6.0.18 (I tried previous agent versions too, but it did not resolve the issue).
- Communication between the agent and server is accepted (I verified using telnet on TCP ports 10050 and 10051).
- The agent configuration is exactly the same on the new agents as it is on the old agents. The virtual machine is running Microsoft Windows Server 2019 Standard
- The server is running Ubuntu Server 20.04.6 LTS
- HOST2 is the configured hostname on both the Ubuntu server and Windows Server (and case correct).
- The linux server is able to resolve HOST2 via the domain controller. back to xxxx.com (xxxx is a redacted domain) just fine and is able to resolve the hostname standalone as well
- I tried configuring the host both via the Agent via IP and DNS both of them show the same result.
After a while I decided to turn on debugging on the agent and it showed me the following result:
2023/06/01 11:45:16.555655 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric HOST2' to '10.0.102.10'
2023/06/01 11:45:31.626833 received passive check request: 'HOST2' from '10.0.102.10'
2023/06/01 11:45:31.626833 [1] processing update request (1 requests)
2023/06/01 11:45:31.626833 [1] cannot monitor metric "HOST2": Unknown metric HOST2
2023/06/01 11:45:31.626833 sending passive check response: ZBX_NOTSUPPORTED: 'Unknown metric HOST2' to '10.0.102.10'
2023/06/01 11:45:38.672817 [101] In refreshActiveChecks() from [10.0.102.10:10051]
2023/06/01 11:45:38.672817 connecting to [10.0.102.10:10051] [timeout:3s, connection timeout:3s]
2023/06/01 11:45:38.705134 sending [{"request":"active checks","host":"HOST2","version":"6.0"}] to [10.0.102.10:10051]
2023/06/01 11:45:38.705499 receiving data from [10.0.102.10:10051]
2023/06/01 11:45:38.741462 received [{"response":"success","data":[]}] from [10.0.102.10:10051]
2023/06/01 11:45:38.741636 [101] End of refreshActiveChecks() from [10.0.102.10:10051]
2023/06/01 11:45:38.741636 [101] processing update request (0 requests)
2023/06/01 11:45:38.741636 [101] skipping empty update for unregistered client
Does anybody have any idea what is causing this issue (with only new clients)? Can anybody advise me on how to resolve the issue?
Comment