From fc64b70386893ed370c210988905b8c972e46e12 Mon Sep 17 00:00:00 2001 From: Dennis Hoppe Date: Wed, 24 Jun 2020 13:36:19 +0200 Subject: [PATCH] Use description instead of message as field for annotations Signed-off-by: Dennis Hoppe --- docs/node-mixin/alerts/alerts.libsonnet | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/node-mixin/alerts/alerts.libsonnet b/docs/node-mixin/alerts/alerts.libsonnet index 9ef18d52..6f62145c 100644 --- a/docs/node-mixin/alerts/alerts.libsonnet +++ b/docs/node-mixin/alerts/alerts.libsonnet @@ -231,7 +231,7 @@ }, annotations: { summary: 'Clock skew detected.', - message: 'Clock on {{ $labels.instance }} is out of sync by more than 300s. Ensure NTP is configured correctly on this host.', + description: 'Clock on {{ $labels.instance }} is out of sync by more than 300s. Ensure NTP is configured correctly on this host.', }, }, { @@ -245,7 +245,7 @@ }, annotations: { summary: 'Clock not synchronising.', - message: 'Clock on {{ $labels.instance }} is not synchronising. Ensure NTP is configured on this host.', + description: 'Clock on {{ $labels.instance }} is not synchronising. Ensure NTP is configured on this host.', }, }, ],