25 Sep 2022 12:14 PM - last edited on 26 Sep 2022 08:50 AM by MaciejNeumann
Hello,
I'm looking for a way to extract the "process name" for example httpd or myqsld to be used in ansible playbook variables.
The scenario is I'm integrating Dynatrace with ansible tower for self-healing scenarios and I want my ansible playbook to fetch the hostname and the process name from the Dynatrace Extra vars.
Note. Tried with tags. but tags are not available for deep monitoring process.
Below are the variables I'm getting only:
problemId: P-****
problemImpact: INFRASTRUCTURE
problemSeverity: AVAILABILITY
problemTitle: Process unavailable
problemUrl: >-
state: OPEN
tags: []
Solved! Go to Solution.
10 Oct 2022 04:18 PM
Hi Mbadry,
Did you tried adding more placeholders, such as:
Any or all of those will give the required information, but you need to include them as you included the ProblemID or Title.
Also, you can create automatic tag rules to include information on the different Dynatrace entities, that you may find useful (For instance, add to Processes Groups the Hosts they are running in).
Hope it help!