alerting icon indicating copy to clipboard operation
alerting copied to clipboard

Need a way to differentiate between a new and a repeat notification

Open m-ghazanfar opened this issue 2 years ago • 1 comments

When I configure a notification policy, I can set the "Repeat interval" this causes notifications to be repeated after a certain time.

Right now, a new notification is identical to a "repeat" notification. It would really help us if there's a way to differentiate these. One way I can think of solving this is by having a function that I can call from the alert template?

I'll be happy to send out a patch after we have clarity on how to handle this.

m-ghazanfar avatar May 09 '23 09:05 m-ghazanfar

I have a similar need in that some type of UUID per alert would be useful. A firing notification and the matching resolved notification would share a UUID. If the alert then fired again, it would be a new UUID of course. This would also allow distinguishing between a repeat notification and a new notificatoin.

mitchell-es avatar Sep 30 '25 23:09 mitchell-es