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 

1 REPLY 1

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

Featured Posts