zbx-sadman / unifi_proxy

Fast client-server version of UniFi Miner
45 stars 21 forks source link

Unifi Miner or Proxy for Zabbix #2

Closed philthynz closed 8 years ago

philthynz commented 8 years ago

What would you recommend if i wanted to pull metrics into Zabbix? Miner or Proxy. From reading your guide, Proxy is faster and less stress on the server?

zbx-sadman commented 8 years ago

Yes, it is.

You can start with Miner, set up "Zabbix server - Zabbix agent - Miner - UniFi controller" chain for proper interaction and then, if you need to more perfomance for more metrics fetching or your CPU became perspire, change Miner to Proxy because Proxy so faster if used with Zabbix loadable modlue.

Miner is better for using for debug purposes and simple to integration. So, you do not need reconfigure Zabbix server when migrate from Miner to Proxy because both use the same Template.

philthynz commented 8 years ago

Great thanks