Does anyone know of a good way to define a variable that will display a nodes total downtime? So, on the Alert Reset action, the alert message can use this variable and quickly display the toal downtime of a system. The {LastBoot} variable is neat but doesn't really tell me anything useful.
Why this proposed variable of, say, "{TotalCurrentDowntime}" is useful to me is because we have hundreds of system nodes- some of which get rebooted and back online before others. So, for example, my inbox looks like this (simplified):
10:18am "System A is back up"
9:38am "System B is back up"
9:14am "System B is down"
9:00am "System A is down"
...and it would be useful to match up down systems by their total downtime. I'm guessing this would be a custom sql query but I'm a sql novice and I'm shamefully asking for assistance.
Or, perhaps some of you other admins know of a completely better way to acheive what I'm after :-)
Thanks in advance!