23 Mar 2026 07:15 AM
Good morning,
So you have a title where you can not use {}
A description you can not use {}
And a event description where you can use {}
I assume the the first two are just for documentation purposes?
Title -> high usage of xxx
Description -> created by me on behave of the customer
And the last one is describing the issue?
Event -> this event is triggered by {device} ...
Could this be the best practice, or am I completely wrong (-;
KR Henk
Solved! Go to Solution.
23 Mar 2026 09:36 AM
Yes, you are right, first two are only for alert definition description.
23 Mar 2026 10:00 AM
That’s correct, I would just add a bit more context here.
it looks like this:
So in practice:
Title is used to clearly identify the alert rule in the configuration
Description is a good place for documentation, for example the purpose, owner, or scope of the alert
Event name and Event description describe the actual event that will be created when the condition is violated
You could configure it like this:
Title: High usage of something
Description: Custom alert created by henk to detect something
Event name: High usage detected on {host}
Event description: This event was triggered because an anomaly was detected on {host} for metric {metricname}
Featured Posts