Sync network redesign repo state and cutover artifacts

This commit is contained in:
Fizzlepoof
2026-05-22 20:16:21 +00:00
parent 4b1e3d4061
commit 8c72a0c287
59 changed files with 5389 additions and 244 deletions

View File

@@ -78,9 +78,9 @@ cd /mnt/docker-ssd/docker/compose/monitoring
```bash
docker ps --filter name=prometheus --filter name=grafana --filter name=loki --filter name=promtail --filter name=node-exporter --filter name=cadvisor
curl -fsS http://10.5.1.6:9090/-/ready
curl -fsS http://10.5.1.6:9100/metrics | head -10
curl -fsS http://10.5.1.6:9090/api/v1/targets | python3 -m json.tool | head -60
curl -fsS http://10.5.30.6:9090/-/ready
curl -fsS http://10.5.30.6:9100/metrics | head -10
curl -fsS http://10.5.30.6:9090/api/v1/targets | python3 -m json.tool | head -60
sudo docker inspect -f '{{.State.Status}}' loki
```

View File

@@ -25,13 +25,13 @@ scrape_configs:
params:
format: [prometheus]
static_configs:
- targets: ['10.5.1.5:19999']
- targets: ['10.5.30.5:19999']
labels:
host: 'serenity'
# ------- N.O.M.A.D. (via node-exporter) -------
- job_name: 'nomad-node'
static_configs:
- targets: ['10.5.1.16:9100']
- targets: ['10.5.30.7:9100']
labels:
host: 'nomad'