Sync network redesign repo state and cutover artifacts
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user