Added prometheus for cloudhaus

This commit is contained in:
2026-01-14 22:23:45 +02:00
parent 6fe6c779c4
commit 90c7879346
2 changed files with 7 additions and 2 deletions

View File

@@ -14,6 +14,11 @@ scrape_configs:
- targets: ['10.0.0.3:9100']
metrics_path: /metrics
scheme: http
- job_name: 'cloudhaus'
static_configs:
- targets: ['10.0.0.1:9600']
metrics_path: /metrics
scheme: http
- job_name: 'box'
static_configs:
- targets: ['10.0.0.4:9100']