cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to uninstall appmon agent in linux server.

skoduru
Frequent Guest

Hi Team,

please provide the step by step process to uninstall appmon agent in  linux server.

3 REPLIES 3

rkdy
Dynatrace Helper
Dynatrace Helper

Hey @skoduru,

You might be able to reference the following community post here: Documentation - Dynatrace Community on how to uninstall AppMon Agent after downloading the zip archive.


skoduru
Frequent Guest

skoduru_0-1684208768820.png

Hi @rkdy 

I am able to open this but after clicking any of the links getting 'file not found' error. Please suggest.

 

skoduru_1-1684208825740.png

 

rkdy
Dynatrace Helper
Dynatrace Helper

Did you follow the steps to run the HTTP server, if you did and are not seeing it still, I would recommend reaching out in the post that was linked above:

Link to the section I am referring to: here

  1. Download and extract the archive.
  2. In your terminal, navigate to the website directory.
  3. Run an HTTP server of your choice. We tested the archives with Python HTTP server, NPM serve package and webfsd.
  4. If you set the port to 8000, as in the examples below, open the website in your browser at http://localhost:8000

Python 3

python -m http.server 8000

NPM serve package:

npx serve -p 8000

webfsd

webfsd -F -p 8000 

 

Featured Posts