We have multiple DB and application services running for our application. Now during deployment very randomly a false alert is generated by Dynatrace informing that service is down but during that time we have ongoing production deployment for that release.
Have gone through documents for maintenance window but that is for application not for services. Hence would like to know is there any way we can achieve the same.
Thanks
Solved! Go to Solution.
Can you confirm you're using AppMon and not Dynatrace? The terms you're using look more like Dynatrace - the one with OneAgents and access through the browser etc...
James
We are using Dynatrace and not AppMon
Ok, I'll move this to the Dynatrace forum.
As described here, you can set the scope for the maintenance window where you can set it to be for any entities (services, process groups, hosts, applications, or even synthetic monitors). Further you can restrict each of those to specific tags you've applied to them. You can add as many of these rules as you need by clicking "Define scope."
I'll also note that in case you've tried this and are still seeing alerts the default behavior is to detect problems and alert during maintenance windows (and only to stop the results from affecting baselines) you have to select to turn off alerts or problem detection altogether if you want that.
James
Hello James,
Thanks for sharing this but I am interested in rest-api way. I checked your rest-api page
https://www.dynatrace.com/support/help/dynatrace-a...
It shows for application only. It would be great if something like that is available for services so that same can be applied at our end.
Expand the parameters section for the POST Maintenance Window - you can define scopes with the same degree of flexibility.
Thanks James for your help.