i need to make a report on downed nodes and the alert action taken.
is there an easy way to make this?
i see alerts in the AlertLog SQL tables, but it does not include the time of the alert action.
There is a TriggerTimeStamp in the AlertStatus table.
am i to assume in order to get a report i'll have to foremost include both Trigger and Reset actions and insert these actions "Log the Alert to the NetPerfMon event log"
plus insert something like ${AlertTriggerTime} - ${Caption} - ${Location} is ${Status}
then later i can get my report???
Yes, those steps should get you what you need.
...one more thing
is there another variable called ${AlertResetTime} ???
and where do you find these things?