From eaecfcdbfde6eb087f212b65761f8572cd5f6b8e Mon Sep 17 00:00:00 2001 From: Cody Lee Date: Tue, 18 Jan 2022 10:00:22 -0600 Subject: [PATCH] add helpful comment back link for advanced options --- examples/up.conf.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/up.conf.example b/examples/up.conf.example index 52c3be3a..c968b54a 100644 --- a/examples/up.conf.example +++ b/examples/up.conf.example @@ -83,6 +83,9 @@ # tags to append to all data # tags = [ "customer:abc_corp" ] + # For more advanced options for very large amount of data collected see the upstream + # github.com/unpoller/datadogunifi repository README. + # 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