static previous configs
This commit is contained in:
@@ -16,7 +16,30 @@ prometheus:
|
|||||||
web.listen-address: 0.0.0.0:9090
|
web.listen-address: 0.0.0.0:9090
|
||||||
config:
|
config:
|
||||||
prometheus:
|
prometheus:
|
||||||
|
global:
|
||||||
|
external_labels:
|
||||||
|
monitor: '.chaos'
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
|
- job_name: 'prometheus'
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- prometheus.chaos:9090
|
||||||
|
- job_name: mysqld
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- tumor.chaos:9104
|
||||||
|
- job_name: mqtt.mosquitto
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- mqtt.chaos:9234
|
||||||
|
- job_name: haproxy
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- drucki.chaos:9101
|
||||||
|
- job_name: klipper
|
||||||
|
static_configs:
|
||||||
|
- targets:
|
||||||
|
- drucki.chaos:3903
|
||||||
- job_name: 'node'
|
- job_name: 'node'
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
|
|||||||
Reference in New Issue
Block a user