Update readme and example config
This commit is contained in:
parent
82a7092f7e
commit
651d8acd07
|
|
@ -32,7 +32,8 @@ unifi-poller(1) -- Utility to poll Unifi Metrics and drop them into InfluxDB
|
|||
|
||||
`sites` default: ["default"]
|
||||
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
|
||||
How often to poll the controller for updated client and device data.
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
# If the controller has more than one site, specify which sites to poll here.
|
||||
# If only one site, "default" is likely the correct name.
|
||||
# Set this to ["all"] to poll all sites, no matter their names.
|
||||
#sites = ["default"]
|
||||
|
||||
# The Unifi Controller only updates traffic stats about every 30 seconds.
|
||||
|
|
|
|||
Loading…
Reference in New Issue