- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 08:06 AM
Hello Team,
Please suggest to send notification when mid server(ecc_agent) is down and for every 1 hour need to check and need to send notification until it is up
please provide code or any screenshot
Thanks & Regards,
Vamshi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 09:22 AM - edited ‎03-03-2025 09:23 AM
after timer, add the if condition and check the MID status, if Yes then dont need to send notification else link the 'No' to Event and Event to timer again... this way timer will again trigger and wait for one hour ... and again if condition check for MID status.... this will continue untill MID is not up.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 08:15 AM - edited ‎03-03-2025 08:31 AM
Hi @vamshi2 ,
Please check there is OOTB notification
You can write a workflow on ecc_queue table, whith condition on status changes to down and add the timer with loop to notification event, so timer will check every hour the MID status and if still down then send the notification else close the workflow.
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 08:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2025 09:22 AM - edited ‎03-03-2025 09:23 AM
after timer, add the if condition and check the MID status, if Yes then dont need to send notification else link the 'No' to Event and Event to timer again... this way timer will again trigger and wait for one hour ... and again if condition check for MID status.... this will continue untill MID is not up.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution