Use description instead of message as field for annotations
Signed-off-by: Dennis Hoppe <github@debian-solutions.de>pull/1764/head
parent
5d42d4d99f
commit
fc64b70386
|
@ -231,7 +231,7 @@
|
||||||
},
|
},
|
||||||
annotations: {
|
annotations: {
|
||||||
summary: 'Clock skew detected.',
|
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: {
|
annotations: {
|
||||||
summary: 'Clock not synchronising.',
|
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.',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue