We are setting up to monitor all selected Services in some of our production servers we need email alerts about. (Example: Email if DNS, DHCP, Active Directory Services Service goes down).
I have the Alert setup and am working on the alert actions. I need an email template that basically states:
Alert: (Whatever service it is) Service on (Whatever production server by hostname) is <font color = "red"> DOWN </font>
NODE DETAILS URL
My problem is I have all of it working EXCEPT the Service part. So if I want to say the DNS service on the DNS server is off/down or anything but up I cant find the variable for it.
It seems that it would be the ${N=SwisEntity;M=ComponentAlert.ComponentName} but that doesn't seem to retrieve the actual 'Service Name'
If hope that explains it well enough to understand.