patricegautier / unifiZabbix

Zabbix templates to monitor pretty much all Unifi devices
183 stars 36 forks source link

zabbix_proxy support #69

Closed rmdevheart closed 2 years ago

rmdevheart commented 2 years ago

So all this looks fine, but what i need to do if my unifi setup monitored via zabbix-proxy and zabbix-server couldn't reach devices via ssh directly.

lslamp commented 2 years ago

@rmdevheart I also had major issues getting ssh to work with my unifi monitoring. I have followed two different routes.

  1. Installed unifi-poller , grafana with influxdb, got that all working very well. From that I got 6 dashboards, using on grafana.
  2. I installed each device into zabbix as a unit, then added geeric linux SNMP templates. The worked for my USG, switches and APs

If you want the exact details reach out to me on my email address. lslamp@hotmail.com

Lawrence

patricegautier commented 2 years ago

on the Zabbix-proxy setup, it works just fine, I am using it no problem. You do have to deploy the scripts on the proxy as well, since all the ssh and processing is taking place from the proxy

patricegautier commented 2 years ago

on the second part, I am not sure what you are asking..