be4654fc72
- Add HTTP monitor plugin: endpoint checking with status history, latency tracking, time-range views - Add SNMP plugin: OID polling, device management, metric recording - Add Docker plugin: container status, resource usage, widget - Traefik: access log widget, request chart widget, expanded routes - UniFi: clients widget, devices widget, expanded poll routes - UPS: history widget, additional routes - Update plugin index with new entries Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
18 lines
508 B
YAML
18 lines
508 B
YAML
name: docker
|
|
version: "1.0.0"
|
|
description: "Docker container status, resource usage, restart tracking via Docker socket"
|
|
author: "FabledScryer"
|
|
license: "MIT"
|
|
min_app_version: "0.1.0"
|
|
repository_url: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins"
|
|
homepage: "https://git.fabledsword.com/bvandeusen/FabledScryer-plugins/src/branch/main/docker"
|
|
tags:
|
|
- containers
|
|
- docker
|
|
- infrastructure
|
|
|
|
config:
|
|
socket_path: /var/run/docker.sock
|
|
scrape_interval_seconds: 60
|
|
include_stopped: false
|