25 lines
808 B
YAML
25 lines
808 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 (2500, 2101, 2201), Blockscout 5000, Node APIs
|
|
|
|
scrape_configs:
|
|
- job_name: 'besu-rpc-proxmox'
|
|
static_configs:
|
|
- targets:
|
|
- '192.168.11.250:9545' # besu-rpc-alltra-1
|
|
- '192.168.11.211:9545' # besu-rpc-core-1
|
|
- '192.168.11.221:9545' # besu-rpc-public-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
|