Attempting to set up Zabbix for the first time with Autoregistration and PSK.
Zabbix server log: 3337:20221103:163005.107 cannot send list of active checks to "192.168.1.100": host [MY-WINDOWS-HOST] not found
I assume this is because the Zabbix server is failing to resolve the hostname. For many hosts, it will never be able to do this. If this is the case, is it possible to disable this active check?
- Configuration > Actions > Autoregistration actions: Looks for metadata containing "Windows" and hostnames which don't contain a string
- Administration > General > Autoregistration: Only allow PSK
- Identity and key set (using openssl rand -hex 32)
- Installed Windows Agent 2
- Pointed both IP/FQDN fields to the same Zabbix IP
- Ticked "Enable PSK" and filled out the same identity and key
Zabbix server log: 3337:20221103:163005.107 cannot send list of active checks to "192.168.1.100": host [MY-WINDOWS-HOST] not found
I assume this is because the Zabbix server is failing to resolve the hostname. For many hosts, it will never be able to do this. If this is the case, is it possible to disable this active check?
Comment