changing monitoring ports to 6xxx family

This commit is contained in:
2025-06-07 14:21:16 -03:00
parent 269c6beff3
commit a643ad58e5
5 changed files with 18 additions and 17 deletions

View File

@@ -9,11 +9,11 @@ rule_files:
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['localhost:9090']
- targets: ['localhost:6090']
- job_name: 'node-exporter'
static_configs:
- targets: ['node-exporter:9100']
- targets: ['node-exporter:6100']
- job_name: 'opencand-api'
static_configs: