change trigger alert text
This commit is contained in:
parent
97cee1ec94
commit
3aaa1896cc
|
@ -78,7 +78,7 @@ func (t *Trigger) Execute(sample Sample) {
|
||||||
|
|
||||||
if t.actions.visual {
|
if t.actions.visual {
|
||||||
t.consumer.AlertChannel <- Alert{
|
t.consumer.AlertChannel <- Alert{
|
||||||
Title: t.title, Text: fmt.Sprintf("%s value: %v", sample.Label, sample.Value),
|
Title: t.title, Text: fmt.Sprintf("%s: %v", sample.Label, sample.Value),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue