Skip to content

Commit a4cf9bc

Browse files
Merge branch 'sandbox-soltesz' of github.com:m-lab/prometheus-support into sandbox-soltesz
2 parents 3efa7a2 + f64df2e commit a4cf9bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/federation/alertmanager/config.yml.template

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ inhibit_rules:
6969
# Apply inhibition if the group is the same.
7070
equal: ['instance', 'service']
7171

72+
# NDT health checks depend on the script-exporter. If the script-exporter is
73+
# down, then all NDT health checks will report as down too. Don't alert on NDT
74+
# when the script-exporter is down.
75+
- source_match:
76+
alertname: 'ScriptExporterDownOrMissing'
77+
target_match:
78+
alertname: 'TooManyNdtServersDown'
79+
equal: []
7280

7381
receivers:
7482
# For M-Lab Slack, visit:

0 commit comments

Comments
 (0)