From 8b4459e4219b528a5bd464d92c0dff18ecccf5cb Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Mon, 9 Jan 2023 16:35:37 +0200 Subject: fix consul_raft_leadership_transitions alarm units (#14232) --- health/health.d/consul.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/health/health.d/consul.conf b/health/health.d/consul.conf index 8621134dd2..e106f3db0b 100644 --- a/health/health.d/consul.conf +++ b/health/health.d/consul.conf @@ -47,7 +47,7 @@ component: Consul component: Consul lookup: sum -1m unaligned every: 10s - units: percentage + units: transitions warn: $this > 0 delay: down 5m multiplier 1.5 max 1h info: there has been a leadership change and server ${label:node_name} datacenter ${label:datacenter} has become the leader -- cgit v1.2.3