mdlayher / unifi_exporter

Prometheus exporter that exposes metrics from a Ubiquiti UniFi Controller and UniFi devices. MIT Licensed.
MIT License
256 stars 72 forks source link

[bug] exporter doesn't scrape all sites #24

Open zxyz opened 7 years ago

zxyz commented 7 years ago

I can export different sites on the same controller with the "-unifi.site" option.

Without the -unifi.site option, only one site (the first I created on the controller) is exported, but all sites should be scraped.

As a workaround I got several unifi_exporter processes running, one for each site.

thanks for having a look into it!