since upgrading to 11.5, many of my alert emails are broken. I was using the this string to get the amount of time a node/interface was down when the alert was generated
<code>
Node ${Node.Name} is reported down for ${SQL:select top 1 datediff(minute,logdatetime,getdate()) as downtime from alertlog where message = 'Alert Triggered'} minutes.)
</code>
Since the upgrade, this query no longer works - as my "Alertlog" hasn't been updated in 2 weeks - around the same time we did the upgrade.
I posted about this last week sometime, but since the website navigation change, I couldn't find it..
I understand that sometimes changes are necessary, but please - provide some documentation on what table I should use now..
frustrating to say the least....