- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 May 2023 03:21 PM
Hi Team,
please provide the step by step process to uninstall appmon agent in linux server.
Solved! Go to Solution.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎15 May 2023 06:07 PM - edited ‎15 May 2023 06:08 PM
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.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎16 May 2023
04:47 AM
- last edited on
‎20 May 2023
11:11 PM
by
andre_vdveen
Hi @rkdy
I am able to open this but after clicking any of the links getting 'file not found' error. Please suggest.
- Mark as New
- Subscribe to RSS Feed
- Permalink
‎19 May 2023 10:17 PM - edited ‎19 May 2023 10:17 PM
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
- Download and extract the archive.
- In your terminal, navigate to the website directory.
- Run an HTTP server of your choice. We tested the archives with Python HTTP server, NPM serve package and webfsd.
- 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
