From bb51913c06d8df8d08184d2616c0ce484d6a7dc7 Mon Sep 17 00:00:00 2001 From: KzBoy <33883664+KzBoy@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:56:34 -0500 Subject: [PATCH] Removed some comment references to Unifi Poller. --- examples/up.conf.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/up.conf.example b/examples/up.conf.example index 850d5da8..800d6023 100644 --- a/examples/up.conf.example +++ b/examples/up.conf.example @@ -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