Skip to content

Commit cde7fff

Browse files
hostfix prometheus alerts (#654)
* update delta navi to point to its mongo * fix datadog * hotfix prometheus
1 parent 929ab9f commit cde7fff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/group_vars/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ prometheus_port: 9090
180180
prometheus_aws_access_key: AKIAIFG37NSI6O2QMRRQ
181181
prometheus_aws_secret_key: 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
182182

183-
# prometheus_alart
183+
# prometheus_alert
184184
prometheus_alert_port: 9093
185-
prometheus_alert_url: http://prometheus:{{ prometheus_alert_port }}
185+
prometheus_alert_url: http://prometheus-alerts:{{ prometheus_alert_port }}
186186

187187
# rabbit
188188
rabbit_host_address: rabbitmq

ansible/k8/delta/prometheus/deployments/prometheus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
memory: 15G
2525
args:
2626
- -alertmanager.url
27-
- "http://prometheus:9093"
27+
- "http://prometheus-alerts:9093"
2828
- -config.file=/prometheus/prometheus.yml
2929
- -storage.local.path
3030
- "data"

0 commit comments

Comments
 (0)