Hello everyone,
We're currently setting up a Zabbix monitoring system and are running into some issues when using active checks via a Zabbix proxy.
Windows Agents Config extract from Location 2:
"Server=" "and ServerActive=" aber bove definded, the IP of the proxy from location 2.
Hostname is also definded,
TLSAccept=psk (tried both psk and unencrypted)
TLSConnect=unencrypted (tried both psk and unencrypted)
Setup:
"eventlog[Veeam Backup,,Information,Veeam MP,190]"
Changes to the polling interval (e.g., from 1m to 20s) take effect immediately and are reflected in the current data.
However, active checks (like the event log example above) do not work.
Additionally:
What are we doing wrong?
We're currently setting up a Zabbix monitoring system and are running into some issues when using active checks via a Zabbix proxy.
Windows Agents Config extract from Location 2:
"Server=" "and ServerActive=" aber bove definded, the IP of the proxy from location 2.
Hostname is also definded,
TLSAccept=psk (tried both psk and unencrypted)
TLSConnect=unencrypted (tried both psk and unencrypted)
Setup:
- Location 1: Zabbix Server (Master), working perfectly.
"eventlog[Veeam Backup,,Information,Veeam MP,190]"
Changes to the polling interval (e.g., from 1m to 20s) take effect immediately and are reflected in the current data.
- Location 2: Zabbix Proxy in use.
However, active checks (like the event log example above) do not work.
Additionally:
- When we change the interval of an item from 1m to 20s here, it seems to have no effect – it's still only queried every 60 seconds.
- Even when we try to switch a passive check (e.g., system.cpu.util) to "active," Zabbix shows the change, but it's unclear whether the check is actually running as an active check. We are getting some data back.
What are we doing wrong?
Comment