From 44cc2f2fce167b447da03c97ad2f5ee423dfbbd3 Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Wed, 15 Apr 2026 00:31:27 -0400 Subject: [PATCH] docs(plugins): catalog entry for host_agent Co-Authored-By: Claude Opus 4.6 --- docs/plugins/index.yaml.example | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/plugins/index.yaml.example b/docs/plugins/index.yaml.example index e1b5506..4f934df 100644 --- a/docs/plugins/index.yaml.example +++ b/docs/plugins/index.yaml.example @@ -94,3 +94,20 @@ plugins: - network - unifi - ubiquiti + + - name: host_agent + version: "1.0.0" + description: "Remote Linux host resource monitoring via a lightweight Python push agent" + author: "Roundtable" + license: "MIT" + min_app_version: "0.1.0" + repository_url: "https://git.fabledsword.com/bvandeusen/Roundtable-plugins" + homepage: "https://git.fabledsword.com/bvandeusen/Roundtable-plugins/src/branch/main/host_agent" + download_url: "https://git.fabledsword.com/bvandeusen/Roundtable-plugins/releases/download/host_agent-v1.0.0/host_agent.zip" + checksum_sha256: "" + tags: + - host + - monitoring + - cpu + - memory + - storage