Files
smom-dbis-138/monitoring/prometheus/scrape-proxmox.yml

25 lines
805 B
YAML

# Proxmox/LXC static scrape config (VMID 10200 on r630-01)
# Add to prometheus.yml: - "scrape-proxmox.yml" in rule_files or include
# Targets: Besu RPC (2101, 2201, 2400), Blockscout 5000, Node APIs
scrape_configs:
- job_name: 'besu-rpc-proxmox'
static_configs:
- targets:
- '192.168.11.211:9545' # besu-rpc-core-1
- '192.168.11.221:9545' # besu-rpc-public-1
- '192.168.11.240:9545' # thirdweb-rpc-1
metrics_path: /metrics
- job_name: 'blockscout-proxmox'
static_configs:
- targets:
- '192.168.11.140:4000' # blockscout-1
metrics_path: /metrics
- job_name: 'node-apis-proxmox'
static_configs:
- targets:
- '192.168.11.155:3000' # dbis-api-primary
- '192.168.11.156:3000' # dbis-api-secondary