Agent communication failure

Possible reasons for an agent communication failure

When there is a failure in the agent communication, you will get a message,
"Agent service <name> could not establish communication with the Server. Please check if there is a problem with
the Network Communication. This could also happen if the Agent Service or the host itself is down."


In the above scenario, look for the following reasons and make sure your network communication is rectified:
  1. See if your machine is connected to the network. If yes, check for intermittent connection as well.
    Windows: Learn how to check connectivity to Site24x7.
    Linux: Learn how to check connectivity to Site24x7.
  2. Check for any change in the proxy configurations. If the username or password were updated in recent times, ensure they are updated in the agent.
    Windows: Refer to this article.
    Linux: Ensure the proxy is configured in the file /opt/site24x7/monagent/conf/monagent.cfg under PROXY_INFO section.
  3. Make sure the server and the agent service is up and running.
    Windows: Go to services.msc > Site24x7 Windows Agent.
    Linux: Execute the following command: /opt/site24x7/monagent/bin/monagent status
    FreeBSD: Execute the following command: /opt/site24x7/monagent/bin/monagent status
  4. Ensure the disk partition where the agent is installed has enough storage space.
If the problem persists, contact support@site24x7.com



Related Articles:




    • Related Articles

    • Possible reasons for website unavailability

      Site24x7 monitors the availability of your website by sending an HTTP request to the webserver and checks the status code of the returned response. A 200 OK success response indicates that the website is available. We will consider a website ...
    • Prerequisites for Node.js agent installation

      For a smooth Node.js agent installation, ensure that you've fulfilled the following prerequisites. The environment should have node version 16.20.2 or above installed. The application user should have full permission to access the agent directory. ...
    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
    • Bundled .NET and .NET Core agents in a single MSI

      In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
    • Add Node.js agent in Kubernetes via InitContainers (using prebuilt agent image)

      To integrate the APM Insight Node.js agent into your Kubernetes applications using InitContainers, follow the steps given below: Step 1: Create an empty volume that will be used to copy the agent files during the initContainers process. Example: ...