prometheus: Add postgres_exporter to static configs
This commit is contained in:
parent
0d31eb6813
commit
786286991c
|
@ -293,7 +293,7 @@ scrape_configs:
|
||||||
tls_config:
|
tls_config:
|
||||||
insecure_skip_verify: true
|
insecure_skip_verify: true
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["prod-db:9100", "prod-netflux:9100"]
|
- targets: ["prod-db:9100", "prod-db:9187", "prod-netflux:9100"]
|
||||||
alerting:
|
alerting:
|
||||||
alertmanagers:
|
alertmanagers:
|
||||||
- kubernetes_sd_configs:
|
- kubernetes_sd_configs:
|
||||||
|
|
Loading…
Reference in New Issue