What steps can be taken to debug frequent server crashes with a 502 bad gateway error in cloudmon?

What steps can be taken to debug frequent server crashes with a 502 bad gateway error in cloudmon?

1. Check the status of the MongoDB and server using the following commands:

To check MongoDB status: service mongod status.
To check server status: service cloudmon-controller@server status.

If either of them is inactive, restart them using the following commands:

To restart MongoDB: service mongod restart.
To restart the server: service cloudmon-controller@server restart.

2. Check the disk utilization. If the disk utilization is high, it may cause issues. In such cases, clear old/unwanted logs to free up disk space.

    • Related Articles

    • What steps can be taken to debug if the agent installed on a machine is not discovered in the Cloudmon portal?

      1. First, check the agent log for a reason. On Windows, the log path for the agent is: C:\Program Files (x86)\Cloudmon\logs. On Linux, the log path for the agent is: /var/log/cloudmon/agent/agent.log. 2. Verify if the CC_URL is in the following ...
    • How secure is the communication between agent and controller/server in cloudmon?

      Cloudmon ITIM uses a secure channel for communication between agent and controller/server. Cloudmon has support for SSL and we recommend installing on your server once Cloudmon is installed.
    • How can I monitor the server details of an application in DEM?

      To monitor the server details of an application follow the below steps: 1. Navigate to DEM>Applications>{any application} 2. Select an user from all monitored users table 3. Select the Server icon from Current User Experience across Network. You'll ...
    • Cloudmon System Requirements

      The following information outlines the system requirements for the self-hosted option, enabling IT teams to install Cloudmon in their environment. These system requirements have been determined keeping various deployment scenarios in mind to help ...
    • Cloudmon UserGuide

      Overview Purpose With the increased deployment of applications in hybrid environments, spanning on-premises, data-center and public cloud, have forced IT teams to do more with less. The introduction of newer technologies leads to IT tool sprawl over ...