This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Roundtable-plugins/ups/plugin.yaml
T
bvandeusen 9e34d8d739 chore: set repository URLs to git.fabledsword.com
Update repository_url, homepage, and download_url in index.yaml and all
plugin.yaml files to point to the self-hosted Gitea instance.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 18:36:15 -04:00

25 lines
909 B
YAML

name: ups
version: "1.0.0"
description: "UPS monitoring via NUT (Network UPS Tools) with Ansible shutdown automation"
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/ups"
tags:
- ups
- power
- nut
config:
nut_host: "localhost"
nut_port: 3493
ups_name: "ups"
nut_username: "" # leave blank if NUT is configured without auth
nut_password: ""
poll_interval_seconds: 30
shutdown_after_seconds: 300 # seconds on battery before triggering shutdown (0 = disabled)
shutdown_source: "" # Ansible source name containing the shutdown playbook
shutdown_playbook: "" # relative path within source, e.g. "shutdown.yml"
shutdown_inventory: "hosts" # inventory filename within source root