Hi all,
Is there is a way to add variable inside the email to calculate total service downtime since the last time it was operating properly ?
I need time to be displayed in form of days, hours and minutes
This is what I use in my email alert
'${N=Alerting;M=Downtime}'/1440} Days ${SQL: Select '${N=Alerting;M=Downtime}'%1440/60} Hours ${SQL: Select '${N=Alerting;M=Downtime}'%1440%60;} Minutes'