There are a number of remote locations in our environment. Each remote location has a router, switch, firewall, & custom PC. I would like to group each LAN and have an alert which a) tells if any or multiple device(s) within that specific LAN Group goes down, but also identifies which device it is, in the triggered email. How do you identify which group member when there are multiple group members? Is there a way to use ${GroupMember} variable, I am not having any luck. Below is the triggered credentials and email I currently have. The Trigger works, but displaying the correct info in the email does not.
Type of property to monitor: Group
Trigger alert when ALL the following apply:
Group Name is Equal to Test Group
Member Status is Equal to Down
Trigger alert when ANY the following apply:
Member Name is Equal to Test PC
Member Name is Equal to Test FireWall
Member Name is Equal to Test Switch
Member Name is Equal to Test Router
---------------------------------------------------------------------------------
Subject: Test Group Alert: ${GroupName} is ${Status}
Message:
There are 4 potential members in this group which could be affected: PC, Firewall, Switch, and Router.
Below is the questionable device(s) and its status:
Alert: ${GroupName} is ${Status}
because: ${MemberName} is ${Status}.
Please investigate.
---------------------------------------------------------------------------------
Any help would be greatly appreciated!