Hi,
We basically have today 1 alert per city (more or less 70 locations) that trigger when node of the city goes down.
What I'm trying to do with no success is to have only one alert that trigger when a node goes down and then in the trigger actions, do "if the node is part of this city then send a mail to this mail".
So it basically becomes :
if the node goes down
if the node is in city A, send a mail to cityA@company.com
if the node is in city B, send a mail to cityB@company.com
Thanks in advance