mirror of
https://github.com/ced4568/ceds-observability-stack.git
synced 2026-08-12 22:34:03 +00:00
Update roadmap progress, replace IPs with placeholders in configs
This commit is contained in:
+19
-19
@@ -14,27 +14,27 @@ scrape_configs:
|
||||
- job_name: "proxmox"
|
||||
static_configs:
|
||||
- targets:
|
||||
- "10.10.30.250:9221"
|
||||
- "<proxmox-host-ip>:9221"
|
||||
|
||||
- job_name: "k3s-control-plane"
|
||||
static_configs:
|
||||
- targets:
|
||||
- "10.10.30.72:9100"
|
||||
- "10.10.30.245:9100"
|
||||
- "10.10.30.128:9100"
|
||||
- "<control-plane-ip-1>:9100"
|
||||
- "<control-plane-ip-2>:9100"
|
||||
- "<control-plane-ip-3>:9100"
|
||||
|
||||
- job_name: "k3s-workers"
|
||||
static_configs:
|
||||
- targets:
|
||||
- "10.10.30.101:9100"
|
||||
- "10.10.30.102:9100"
|
||||
- "10.10.30.103:9100"
|
||||
- "10.10.30.104:9100"
|
||||
- "10.10.30.105:9100"
|
||||
- "10.10.30.106:9100"
|
||||
- "10.10.30.107:9100"
|
||||
- "10.10.30.108:9100"
|
||||
- "10.10.30.109:9100"
|
||||
- "<worker-node-ip-1>:9100"
|
||||
- "<worker-node-ip-2>:9100"
|
||||
- "<worker-node-ip-3>:9100"
|
||||
- "<worker-node-ip-4>:9100"
|
||||
- "<worker-node-ip-5>:9100"
|
||||
- "<worker-node-ip-6>:9100"
|
||||
- "<worker-node-ip-7>:9100"
|
||||
- "<worker-node-ip-8>:9100"
|
||||
- "<worker-node-ip-9>:9100"
|
||||
|
||||
- job_name: "homelab-services"
|
||||
metrics_path: /probe
|
||||
@@ -42,15 +42,15 @@ scrape_configs:
|
||||
module: [tcp_connect]
|
||||
static_configs:
|
||||
- targets:
|
||||
- "10.10.30.250:8006"
|
||||
- "10.10.30.143:80"
|
||||
- "10.10.30.210:81"
|
||||
- "10.10.30.61:4000"
|
||||
- "10.10.30.143:30013"
|
||||
- "<proxmox-host-ip>:8006"
|
||||
- "<truenas-ip>:80"
|
||||
- "<npm-ip>:81"
|
||||
- "<dashy-ip>:4000"
|
||||
- "<truenas-ip>:30013"
|
||||
relabel_configs:
|
||||
- source_labels: [__address__]
|
||||
target_label: __param_target
|
||||
- source_labels: [__param_target]
|
||||
target_label: instance
|
||||
- target_label: __address__
|
||||
replacement: "blackbox-exporter:9115"
|
||||
replacement: "blackbox-exporter:9115"
|
||||
Reference in New Issue
Block a user