I'm trying to accomplish the following notification scenario for my SSL Certification expiration warning trigger:
I have a trigger that kicks off once the certificate validity has less than 30 days remaining.
I need to get an alert (notification) about this trigger once in 24 hours until the SSL Certificate has been renewed.
In the notification I want to display the number of the remaining days that the Certificate has left.
Currently I was able to set a step the Action item to 1-0 and step period is set to 24 hours, which allows to receive the notification once in 24 hours.
However, in current setup I'm not getting the updated number of days in the notification.
I get the same number 29 days since the trigger kicked-off. If I manually close the trigger then the next trigger cycle will show the updated number of remaining days.
I guess that the trigger is not being refreshed each time the number of remaining SSL Certificate validity days changes.
I tried allowing the trigger to open multiple alerts items but I would like to avoid this configuration as it clogs the alerts screen.
Is there a way to "refresh" the trigger after a certain amount of time without closing it and opening a new one ?
I have a trigger that kicks off once the certificate validity has less than 30 days remaining.
I need to get an alert (notification) about this trigger once in 24 hours until the SSL Certificate has been renewed.
In the notification I want to display the number of the remaining days that the Certificate has left.
Currently I was able to set a step the Action item to 1-0 and step period is set to 24 hours, which allows to receive the notification once in 24 hours.
However, in current setup I'm not getting the updated number of days in the notification.
I get the same number 29 days since the trigger kicked-off. If I manually close the trigger then the next trigger cycle will show the updated number of remaining days.
I guess that the trigger is not being refreshed each time the number of remaining SSL Certificate validity days changes.
I tried allowing the trigger to open multiple alerts items but I would like to avoid this configuration as it clogs the alerts screen.
Is there a way to "refresh" the trigger after a certain amount of time without closing it and opening a new one ?
Comment