I have various APM applications configured. I have one particular alert set up to trigger an email alert when the service fails and show which service and application fails. For some reason this one alert always checks the status of a different service that is also monitored on the node.
Scenario:
Basically 3 different applications set up and applied to one box.
Alert "A" monitors a TCP port status. (functions fine and logs properly in the NPM events and sends out emails about the appropriate port status)
Alert "B" monitors disk queue length. Only logs to NPM events. Works fine no email alerts
Alert "C" monitors a particular service. This service status logs to NPM fine however, the variables in the email always show the TCP monitor status from Alert A and never the status for the service associated in "C"
Have deleted and recreated to the same effect.
Suggestions