We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3efa7a2 + f64df2e commit a4cf9bcCopy full SHA for a4cf9bc
config/federation/alertmanager/config.yml.template
@@ -69,6 +69,14 @@ inhibit_rules:
69
# Apply inhibition if the group is the same.
70
equal: ['instance', 'service']
71
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: []
80
81
receivers:
82
# For M-Lab Slack, visit:
0 commit comments