unpoller_unpoller/integrations/lokiunifi
davidnewhall2 7ac82f6e9c move some more bits around 2020-06-25 21:03:46 -07:00
..
.travis.yml add loki 2020-06-24 13:03:49 -07:00
LICENSE add loki 2020-06-24 13:03:49 -07:00
README.md fix example config 2020-06-24 21:15:27 -07:00
client.go rename and move a few things 2020-06-25 04:24:57 -07:00
go.mod add alarms and anomalies too 2020-06-25 03:18:03 -07:00
go.sum add alarms and anomalies too 2020-06-25 03:18:03 -07:00
loki.go move some more bits around 2020-06-25 21:03:46 -07:00
report.go move some more bits around 2020-06-25 21:03:46 -07:00
report_alarm.go move some more bits around 2020-06-25 21:03:46 -07:00
report_anomaly.go move some more bits around 2020-06-25 21:03:46 -07:00
report_event.go move some more bits around 2020-06-25 21:03:46 -07:00
report_ids.go move some more bits around 2020-06-25 21:03:46 -07:00

README.md

lokiunifi

Loki Output Plugin for UniFi Poller

This plugin writes UniFi Events and IDS data to Loki. Maybe Alarms too.

Example Config:

[loki]
  # URL is the only required setting for Loki.
  url = "http://192.168.3.2:3100"

  # How often to poll UniFi and report to Loki.
  interval = "2m"

  # How long to wait for Loki responses.
  timeout = "5s"

  # Set these to use basic auth.
  #user = ""
  #pass = ""

  # Used for auth-less multi-tenant.
  #tenant_id = ""