03 Jan 2024 04:38 PM - last edited on 20 Aug 2024 02:53 PM by Michal_Gebacki
Hi, not sure if this is the right platform but I have a 'build' on Bamboo that I want to automatically start whenever there is infrastructure problem on a certain host (Low disk, etc). In short, the infra problem on Dynatrace should be a sort of a trigger to that build.
Thanks,
Solved! Go to Solution.
03 Jan 2024 06:25 PM
You may be able to do it, using the Custom Webhook problem integration.
Just create an Alerting Profile to filter that specific host problems, and use it in the problem notification integration. Assuming you can use the custom webhook to reach your Bamboo build.
Or you can use the Workflow, https://docs.dynatrace.com/docs/platform-modules/automations/workflows/quickstart , using the problem as trigger and then a task that runs a javascript code or an http request to your Bamboo build.