I am attempting to create an alert based on the status of the battery for a UPS, that when triggered (loss off mains power) lists all nodes that rely on the UPS for power. I have created a custom property called CORESITE that links the nodes to the UPS.
I have attempted to use the below code to list all the nodes within the email triggered by the alert. But it is only returning the first record! I need it to return all records that match the SQL criteria. Any ideas how I could achieve this???
${SQL: select Caption from Nodes Where CORESITE = '${Node.CORESITE}'}