Anyway to make daily alarm pipelines carry over after server restart?

Hello there,

I have run into an issue with my alarm pipelines that I'm curious if anyone has had a similar issue with before.

My pipeline is set up as shown:


The notification should be repeated daily until the alarm condition is no longer satisfied. The issue is that on server restart, my alarm pipelines are cleared out, but the alarm events are still active, as they are caught by the continuous event detection. Since 'notify initial event' is set to false (as I would like it to be) none of the subset of alarms that are meant to go through this daily notification pipeline are reinserted into that alarm pipeline. Is there any way to retain the active alarms in a pipeline while still not allowing initial events into them?

Thanks for any insight you guys have.