cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

Dynatrace hourly license: auto-stop agent monitoring during non-business hours

RazTN7
Dynatrace Champion
Dynatrace Champion

Hello Team,

Customer is using DT hourly license. Where we wanted to stop Dynatrace agent monitoring during non-business hour as the nature of the application don't have customer landing during non-business hours (between 7pm to 8am)

Customer is expecting this feature to be included within Dynatrace as it is providing the flexi with hourly license consumption.

Just wanted to know what the other options are to handle this request.

 

Cheers!

R

Have a nice day!
6 REPLIES 6

Julius_Loman
DynaMight Legend
DynaMight Legend

The easiest way is to utilize the Settings API with the schema builtin:host.monitoring to enable and disable the hosts as required. You need to disable them individually (one call per host). However you will need to keep in mind if some processes have been restarted on the hosts while OneAgent was disabled, then they need to be restarted again after monitoring was enabled back to get the code modules injected.

We've developed an automation tool to handle such situations for our customers (managing agents per hostgroup or tag, getting license utilization and getting the list of processes to be restarted). 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Hi @Julius_Loman ,

Nice tool...:dynaspin:

Best regads,

Mizső

Dynatrace Community RockStar 2024, Certified Dynatrace Professional

@Mizső thanks - the power comes when combined with automatic disabling of new OneAgent installations. Then you can safely roll out OneAgents across the environment and enable them afterwards where required.


It saves a huge amount of manual work in the UI.

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

RazTN7
Dynatrace Champion
Dynatrace Champion

Thank you @Julius_Loman. Can this tool be available in Dynatrace Hub/gitHub someday.

Have a nice day!

theharithsa
Dynatrace Champion
Dynatrace Champion

This is already there in our Official GitHub repository. 
https://github.com/Dynatrace/auto-update-manager

This will help you in configuring settings 2.0 APIs. 

Love more, hate less; Technology for all, together we grow.

cesarsaravia
Dynatrace Mentor
Dynatrace Mentor

Hi @RazTN7 
Another option or workaround is creating a workflow with the desired rules, and you can execute on-demand or on a fixed timeframe.
Example:

cesarsaravia_0-1711030893184.png

And remember what @Julius_Loman mentions, if a process has been restarted on those non-business hours, you should restart the processes after the OneAgent it's initiated. In that case you should add a task on your workflow and connect with an automation tool like ansible or terraform to make the restart of the processes.

Regards,

-César S. - LATAM Solutions Architect

Featured Posts