29 Sep 2021 09:26 AM - last edited on 18 Nov 2021 09:34 AM by MaciejNeumann
Hello,
I monitor node.js and Nginx applications on docker, for monitoring I install oneagent on the docker server. after that the process appears with an unmonitored status. I restarted the container containing node.js and Nginx. then the process has been successfully monitored by Dynatrace.
in the environment that I monitor there is a schedule to shutdown and start the server every day (shutdown at 8PM and Start 8AM). When the server starts, why are the node.js and Nginx processes always unmonitored status and need to restart the process again the container containing node.js & Nginx?
Note: When starting the server, service oneagent, docker and container automatic start.
Any suggestion ?
Thanks
27 Oct 2021 09:14 PM
Is the instance being rebuilt each time as if it were a new install when it restarts? or is this just a plain old restart and its acting like this?
30 Oct 2021 12:03 AM
not rebuilt, just shut down the server at 8pm then start the server at 8am. does restarting the container again after automatic running on docker and the container is the nature of the process in docker?