mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Merge pull request #1764 from dhoppe/patch-1
Use description instead of message as field for annotations
This commit is contained in:
commit
eefb18db02
|
@ -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.',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -247,7 +247,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.',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue