18 Jul 2024 06:20 PM
Has anyone started to build a Dynatrace App that allows users the ability to set Maintenance Windows in a self serve fashion?
Granted we do have granular permissions that will allow users to make a Maintenance Window but I was hoping to build a basic UI where the users can set the Maintenance Windows.
Thanks for sharing your ideas!
19 Jul 2024 09:42 AM
We had it in Jenkins... and it was handy
You have a build -> API call to dynatrace set MV for a specific time
Never need to care about MW for a specific app
Regarding permissions
I didn't find how to limit user rights to MV only - maybe I am wrong...
21 Jul 2024 02:01 AM
We need to develop an application outside of Dynatrace that registers the Maintenance window for the Host and all instances of processes linked to the host.
We apply Operating System updates every month and this leads to numerous alerts as the registration process through the Dynatrace interface for a batch of 500, 2K servers is very time consuming.
30 Aug 2024 06:13 PM
Yes. Not in a place to share the code but this is what we've done:
- Can select a management zone or an entity
- Entities selectable are host, database instance, or databases (based on SQL Server Extension hierarchy, as these are the 3 most used)
- Pick time window. If "decommissioning" we use a tag-driven approach with long-term maintenance window to permanently turn off anomaly detection or alerting.