Merge pull request #380 from KzBoy/patch-1

Removed some comment references to Unifi Poller.
This commit is contained in:
David Newhall 2021-12-18 13:26:50 -08:00 committed by GitHub
commit 1af004aca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# UniFi Poller v2 primary configuration file. TOML FORMAT #
# Unpoller v2 primary configuration file. TOML FORMAT #
###########################################################
[poller]
@ -65,7 +65,7 @@
interval = "2m"
timeout = "10s"
# Poller has an optional web server. To turn it on, set enable to true. If you
# Unpoller has an optional web server. To turn it on, set enable to true. If you
# wish to use SSL, provide SSL cert and key paths. This interface is currently
# read-only; it just displays information, like logs, devices and clients.
# Notice: Enabling the web server with many sites will increase memory usage.
@ -96,7 +96,7 @@
# Setting this to true and providing default credentials allows you to skip
# configuring controllers in this config file. Instead you configure them in
# your prometheus.yml config. Prometheus then sends the controller URL to
# unifi-poller when it performs the scrape. This is useful if you have many,
# Unpoller when it performs the scrape. This is useful if you have many,
# or changing controllers. See wiki for more.
dynamic = false