From 67072099ca47278df2a085afea9f39e97006e238 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Sun, 1 Mar 2026 23:05:27 -0500 Subject: [PATCH] docs: update README for storage-01 Prometheus migration - storage-01 now monitored via Prometheus node_exporter (10.10.10.11:9100), removed from ping_hosts - Updated data sources table (6 hosts via Prometheus, pbs only via ping) - Added storage-01 to monitored hosts table - Fixed Authelia reload command (restart, not reload) Co-Authored-By: Claude Sonnet 4.6 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 34fee9d..1bd09a8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ Gandalf is two processes that share a MariaDB database: | Source | What it monitors | |---|---| -| **Prometheus** (`10.10.10.48:9090`) | Physical NIC link state (`node_network_up`) for 5 Proxmox hypervisors | +| **Prometheus** (`10.10.10.48:9090`) | Physical NIC link state (`node_network_up`) for 6 Proxmox hosts | | **UniFi API** (`https://10.10.10.1`) | Switch, AP, and gateway device status | -| **Ping** | pbs (10.10.10.3) and storage-01 (10.10.10.11) — no node_exporter | +| **Ping** | pbs (10.10.10.3) — no node_exporter | ### Monitored Hosts (Prometheus / node_exporter) @@ -39,6 +39,7 @@ Gandalf is two processes that share a MariaDB database: | micro1 | 10.10.10.8:9100 | | monitor-02 | 10.10.10.9:9100 | | compute-storage-gpu-01 | 10.10.10.10:9100 | +| storage-01 | 10.10.10.11:9100 | --- @@ -154,7 +155,7 @@ Add to `/etc/authelia/configuration.yml` access_control rules: - group:admin ``` -Reload Authelia: `systemctl reload authelia` +Reload Authelia: `systemctl restart authelia` ### 7. NPM proxy host