ad4fcd1cfd
First-party plugins for Fabled Scryer (https://github.com/bvandeusen/fabledscryer). traefik: Prometheus metrics scraping, stats history, access log parsing (GeoIP optional) unifi: UniFi controller integration — WAN health, devices, clients, DPI, events ups: UPS monitoring via NUT (Network UPS Tools), Ansible shutdown automation Each plugin follows the Fabled Scryer plugin contract: setup(app), get_scheduled_tasks(), get_blueprint() index.yaml lists all three plugins in the catalog format. Populate checksum_sha256 entries once release zips are published via GitHub Releases. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
590 B
YAML
22 lines
590 B
YAML
name: unifi
|
|
version: "1.0.0"
|
|
description: "UniFi Network controller integration — WAN health, devices, clients, DPI"
|
|
author: "FabledScryer"
|
|
license: "MIT"
|
|
min_app_version: "0.1.0"
|
|
repository_url: "https://github.com/bvandeusen/fabledscryer-plugins"
|
|
homepage: "https://github.com/bvandeusen/fabledscryer-plugins/tree/main/unifi"
|
|
tags:
|
|
- network
|
|
- unifi
|
|
- ubiquiti
|
|
|
|
config:
|
|
host: "https://192.168.1.1"
|
|
username: "admin"
|
|
password: ""
|
|
site: "default"
|
|
verify_ssl: false
|
|
poll_interval_seconds: 60
|
|
top_clients: 10 # number of top-talker clients to store per snapshot
|