Added prometheus for cloudhaus
This commit is contained in:
@@ -5,8 +5,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
|
||||||
- prometheus-data:/prometheus
|
- prometheus-data:/prometheus
|
||||||
#ports:
|
ports:
|
||||||
# - "9090:9090"
|
- "127.0.0.1:9090:9090"
|
||||||
networks:
|
networks:
|
||||||
- proxy-network
|
- proxy-network
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,11 @@ scrape_configs:
|
|||||||
- targets: ['10.0.0.3:9100']
|
- targets: ['10.0.0.3:9100']
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
|
- job_name: 'cloudhaus'
|
||||||
|
static_configs:
|
||||||
|
- targets: ['10.0.0.1:9600']
|
||||||
|
metrics_path: /metrics
|
||||||
|
scheme: http
|
||||||
- job_name: 'box'
|
- job_name: 'box'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ['10.0.0.4:9100']
|
- targets: ['10.0.0.4:9100']
|
||||||
|
|||||||
Reference in New Issue
Block a user