add loki support

This commit is contained in:
davidnewhall2
2020-06-24 03:13:55 -07:00
parent 253035d862
commit a22c59be09
3 changed files with 8 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ import (
// Load output plugins!
_ "github.com/unifi-poller/influxunifi"
_ "github.com/unifi-poller/lokiunifi"
_ "github.com/unifi-poller/promunifi"
)