Has anyone figured out how to setup the reset email so that it contains the downtime in minutes for an application? I was able to find out that info for a node -
The node has been down for ${SQL:select distinct datediff(minute,e.eventtime,getdate()) from events e where e.networknode = '${Node.NodeID}'} minutes.
But I don't know if it will work correctly for an application.
Thanks
Mike