unpoller_unpoller/integrations/lokiunifi
Cody Lee 1369561930
leave unifi into separate repo
2022-12-02 20:44:21 -05:00
..
LICENSE rename org 2021-06-23 03:20:57 -07:00
README.md rename org 2021-06-23 03:20:57 -07:00
client.go fix lint errors 2022-11-23 22:00:16 -06:00
logger.go more fixes 2022-11-23 21:13:50 -06:00
loki.go fix lint errors 2022-11-23 22:00:16 -06:00
report.go leave unifi into separate repo 2022-12-02 20:44:21 -05:00
report_alarm.go leave unifi into separate repo 2022-12-02 20:44:21 -05:00
report_anomaly.go leave unifi into separate repo 2022-12-02 20:44:21 -05:00
report_event.go leave unifi into separate repo 2022-12-02 20:44:21 -05:00
report_ids.go leave unifi into separate repo 2022-12-02 20:44:21 -05:00

README.md

lokiunifi

Loki Output Plugin for UnPoller

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 = ""