I’m trying to send a ISO8601 time format string to the Prometheus alert manager through the uri moule to tell it to silence an alarm for the next hour.
I have worked out that the current time is available (ansible_date_time.iso8601) but how can i create a fact that is current ISO8601 time add 45 minutes or 1 hour for example? for when the end of the silence should be?
Many thanks in advance (hoping this is possible)