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 <noreply@anthropic.com>
This commit is contained in:
@@ -26,9 +26,9 @@ Gandalf is two processes that share a MariaDB database:
|
|||||||
|
|
||||||
| Source | What it monitors |
|
| 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 |
|
| **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)
|
### Monitored Hosts (Prometheus / node_exporter)
|
||||||
|
|
||||||
@@ -39,6 +39,7 @@ Gandalf is two processes that share a MariaDB database:
|
|||||||
| micro1 | 10.10.10.8:9100 |
|
| micro1 | 10.10.10.8:9100 |
|
||||||
| monitor-02 | 10.10.10.9:9100 |
|
| monitor-02 | 10.10.10.9:9100 |
|
||||||
| compute-storage-gpu-01 | 10.10.10.10: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
|
- group:admin
|
||||||
```
|
```
|
||||||
|
|
||||||
Reload Authelia: `systemctl reload authelia`
|
Reload Authelia: `systemctl restart authelia`
|
||||||
|
|
||||||
### 7. NPM proxy host
|
### 7. NPM proxy host
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user