cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build Trigger Using DT Problem alert

Itani_ML
Participant

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,

1 REPLY 1

dannemca
DynaMight Guru
DynaMight Guru

You may be able to do it, using the Custom Webhook problem integration.

https://docs.dynatrace.com/docs/observe-and-explore/notifications-and-alerting/problem-notifications...

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.

Site Reliability Engineer @ Kyndryl

Featured Posts