Is notification template re-evaluated when state changes to resolved?

Say a notification was sent with a certain notification template.

The template is changed.

Sometime later, a resolved notification is generated.

Does it re-use the template at the firing time? Or is the template re-evaluated again?

If the former, is that template stored somewhere in the database? I’m just curious about this last question but the practical implication is that users/3rd-party systems might expect different things and might need coordination with these changes.

Each notification from Alertmanager re-evaluates the notification template, unless it is a re-tried notification because the previous attempts failed to be delivered.

1 Like