Hi,
I need to create an alert with a list of interfaces on the Node that has gone down. I have tried about everything but it's not returning the desired information.
The closest I get is
Node ${NodeName} is down.
Interfaces:
${SQL:Select FullName FROM Interfaces }
This returns the first interface that was created everytime, no matter what node goes down. I need to have the interfaces on the actual down node to show up in the email.
Any help?
Thanks,
Willie