From caaea2eeb7df37cfad9c4f4ef5333b78ea1d4773 Mon Sep 17 00:00:00 2001 From: Alexander Knipping Date: Wed, 18 Mar 2020 15:21:38 +0100 Subject: [PATCH] Fix typo in DeadManSwitch alert Rename it from snitch into switch. --- _data/rules.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/rules.yml b/_data/rules.yml index 0c8dfd2..812c630 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -32,8 +32,8 @@ groups: description: Configurations of AlertManager cluster instances are out of sync query: 'count(count_values("config_hash", alertmanager_config_hash)) > 1' severity: warning - - name: Prometheus AlertManager E2E dead man snitch - description: Prometheus DeadManSnitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager. + - name: Prometheus AlertManager E2E dead man switch + description: Prometheus DeadManSwitch is an always-firing alert. It's used as an end-to-end test of Prometheus through the Alertmanager. query: 'vector(1)' severity: error - name: Prometheus not connected to alertmanager