Is there an easy way in dynaTrace to send a notification when a defined agent/agent mapping of a System Profile is not running (i.e. agent has been removed from Java process, process associated with agent has been stopped, etc.)? If so, is there also a way to do this using the RESR interface?
Answer by Dave M. ·
This RESTful interface might help:
GET http://<server>:8020/rest/management/agents
From the Agents and Collectors (REST) page.
If an agent is not connected to it's collector, it will be missing in the list.
JANUARY 15, 3:00 PM GMT / 10:00 AM ET