Notification if Mid Server down more than 1 hour

nrd5830
Mega Guru

Hello,

Requirement:

Send out a notification for the ServiceNow MID Servers to notify when they have been in Down(Stopped) status for more than 1 hour.

The notification should be resent every 1 hour after the initial notice if the status does not = UP

How do I implement this? Any help would be greatly appreciated.

- Thanks 

10 REPLIES 10

Ashutosh Munot1
Kilo Patron
Kilo Patron

Hi,

We have done something similar using flow designer.


Create a flow designer flow on this MID Server table which triggers when the status changes to down and then wait for a specific time before sending notification.

find_real_file.png

find_real_file.png

Thanks,
Ashutosh

Hi Ashutosh,

 

I could not find the wait condition, I can only select wait for the condition. How do I set the timer condition?

Hi,


When you click on plus sign then you see flow logic and in that flow logic you see wait for a duration of time and that is what you should use.

find_real_file.png

 

Thanks,
Ashutosh

Hi,

 

I have built the flow using flow designer exactly as you mentioned, but the flow is not sending out the email after condition check.