If I write a custom SQL variable for the Advanced Alert Engine to use to populate information from more than one field in the database:
${SQL:select...}
... it seems to only report back the first value.
Example:
${SQL:select NodeID, IP_Address, DNS from nodes where nodeid like '1' or nodeid like '2'}
This returns a value of '1'.
We are trying to use this to populate information for multiple devices in a cluster when an alert fires one of the device in that cluster.
Is this possible?
Thanks,
Jason Henson
Loop1 Systems
www.Loop1Systems.com