Merge pull request #380 from KzBoy/patch-1
Removed some comment references to Unifi Poller.
This commit is contained in:
commit
1af004aca1
|
|
@ -1,4 +1,4 @@
|
||||||
# UniFi Poller v2 primary configuration file. TOML FORMAT #
|
# Unpoller v2 primary configuration file. TOML FORMAT #
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
||||||
[poller]
|
[poller]
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
interval = "2m"
|
interval = "2m"
|
||||||
timeout = "10s"
|
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
|
# 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.
|
# read-only; it just displays information, like logs, devices and clients.
|
||||||
# Notice: Enabling the web server with many sites will increase memory usage.
|
# 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
|
# Setting this to true and providing default credentials allows you to skip
|
||||||
# configuring controllers in this config file. Instead you configure them in
|
# configuring controllers in this config file. Instead you configure them in
|
||||||
# your prometheus.yml config. Prometheus then sends the controller URL to
|
# 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.
|
# or changing controllers. See wiki for more.
|
||||||
dynamic = false
|
dynamic = false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue