Update readme and example config

This commit is contained in:
David Newhall II 2019-04-15 01:33:20 -07:00
parent 82a7092f7e
commit 651d8acd07
2 changed files with 3 additions and 1 deletions

View File

@ -32,7 +32,8 @@ unifi-poller(1) -- Utility to poll Unifi Metrics and drop them into InfluxDB
`sites` default: ["default"] `sites` default: ["default"]
This list of strings should represent the names of sites on the unifi This list of strings should represent the names of sites on the unifi
controller that should be polled for data. controller that will be polled for data. Pass `all` in the list to
poll all sites.
`interval` default: 30s `interval` default: 30s
How often to poll the controller for updated client and device data. How often to poll the controller for updated client and device data.

View File

@ -5,6 +5,7 @@
# If the controller has more than one site, specify which sites to poll here. # If the controller has more than one site, specify which sites to poll here.
# If only one site, "default" is likely the correct name. # If only one site, "default" is likely the correct name.
# Set this to ["all"] to poll all sites, no matter their names.
#sites = ["default"] #sites = ["default"]
# The Unifi Controller only updates traffic stats about every 30 seconds. # The Unifi Controller only updates traffic stats about every 30 seconds.