Can Zabbix web monitoring be performed through a zabbix proxy? [closed]

StackOverflow https://stackoverflow.com/questions/16147655

  •  11-04-2022
  •  | 
  •  

문제

I have a Zabbix 2.0.5 instance.

If I configure a web test in a host with monitoring configured to go through a Zabbix proxy, the test won't ever run.

When I change the host settings not to use a proxy the test runs again.

The question is: can I run web checks from a different host than the main Zabbix server? How?

도움이 되었습니까?

해결책

You can since Zabbix 2.0: https://www.zabbix.com/documentation/2.0/manual/introduction/whatsnew200#web_monitoring_by_zabbix_proxies

Make sure proxy is compiled with web monitoring support (--with-libcurl parameter - check proxy startup messages in the logfile).

Remember that proxies update their configuration data once an hour by default. If it is an active proxy, you can try restarting it. If it is a passive proxy, for testing set ProxyConfigFrequency in the server configuration file to 300 or so and restart server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top