DEV-873 added custom node exporter polling for EXT stage
parent
47c801f5e1
commit
e4a391be7f
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
# node exporter exposes data only into the private network
|
||||||
|
node_exporter_listen_address: "{{ stage_private_server_ip }}"
|
||||||
|
|
||||||
|
# TODO the blackbox exporter shouldn't be DEV tagged at all
|
||||||
|
blackbox_exporter_fqdn: "dev-blackbox-01.{{ domain }}"
|
||||||
|
|
||||||
|
blackbox_http_2xx_targets:
|
||||||
|
- 'https://{{ stage }}-keycloak-01.smardigo.digital/auth/'
|
||||||
|
- 'https://{{ stage }}-kube-awx.smardigo.digital'
|
||||||
|
#- 'https://{{ stage }}-management-01-connect.smardigo.digital/'
|
||||||
|
blackbox_http_2xx_additional_targets: []
|
||||||
|
|
||||||
|
prometheus_federation_enabled: true
|
||||||
|
kubernetes_prometheus_endpoint: "{{ stage }}-kube-prometheus.{{ domain }}"
|
||||||
|
|
||||||
|
prometheus_alert_diskspaceusage_warning: 85
|
||||||
|
prometheus_alert_pg_replication_lag: 120
|
||||||
Loading…
Reference in New Issue