Open Q&A
If there's no good subforum for your question - ask it here!
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

oneagent licensing

Vijayt
Organizer

how can i make sure oneagent is completely out of billing  ?

by stop monitoring oneagent or  uninstall oneagent 

how can i double sure that this host will not get billed in next cycle . can i take list of oneagent with uninstalled status 

2 REPLIES 2

sujit_k_singh
Leader

Hi @Vijayt 

Only a full uninstall guarantees the host exits billing. Disabling monitoring is a pause for data collection, not a billing stop.

Run below dql to see the status of OneAgent.


fetch dt.entity.host
| fields entity.name, id, state, monitoringMode
| filter state != "RUNNING"
| sort entity.name asc

sujit_k_singh_0-1790547095975.png

Thanks,

Sujit

Dynatrace Professional Certified

p_devulapalli
DynaMight Leader
DynaMight Leader

@Vijayt If you want to keep OneAgent installed and retain the historical data but stop billing, you can disable monitoring at the host level as well. This would stop the billing for the host from that point of time as the license consumption is measured in host hours. 

If you have a non production environment where you want to monitor the hosts only during business hours and disable the monitoring during non business hours to save on license costs , you should be able to achieve it by disabling the monitoring for the duration you do not want to monitoring the host and you would not be charged for usage .

Phani Devulapalli

Featured Posts