How do I disable the AppLogs agent?

How do I disable the AppLogs agent (process/service)?

When you disable the AppLogs agent, log collection on that server will stop and the AppLogs Agent service/process will not run in your server.


To disable the AppLogs agent:
  1. Navigate to the Server tab.
  2. Click on the server monitor in which the agent has to be disabled.
  3. Go to the AppLogs tab.
  4. You'll find the option Disable AppLogs on the top right corner of the screen, as shown below:
If the AppLogs agent is still not disabled, follow the steps below:
Linux:
  1. Execute the following command to check if the AppLogs agent is still running:
    ps aux | grep -i site24x7ApplogAgent
  2. If the AppLog agent is still running, kill the process:
    '/opt/site24x7/monagent/lib/applog/Site24x7Applog'
Windows:
  1. Check if the Site24x7 AppLogs Agent service is still running.
  2. If yes, stop the service.
To globally disable the AppLogs agent on any server, go to Admin > AppLogs > Settings > select No against Collect application logs from servers using AppLogs. This will stop the AppLogs agent service/process from all servers in your account. 

    • Related Articles

    • How to manually install the AppLogs agent

      The AppLogs agent is used to automatically discover and upload your server and application logs to Site24x7. Site24x7's AppLogs agent works with an existing Site24x7 server monitoring agent and comes with AppLogs installed. You can also manually ...
    • Average resource utilization by AppLogs agent

      Metrics Windows Linux CPU < 1% 0.3% Memory 40 MB 25 MB Peak network 2 MB in 30 seconds 2 MB in 30 seconds Disk 100 MB 100 MB This resource utilization is subject to change when more log types are associated with a single server or the same AppLogs ...
    • FAQs related to Windows Service monitoring

      After installing APM Insight Windows service monitoring agent , if you don't see data in the Site24x7 console, or if you are unable to add monitors, kindly follow the below given steps to troubleshoot. If few monitors are not getting added: Check for ...
    • Why is my service/process not getting added for monitoring?

      Ensure the service/process is running. Only active services/processes will be discovered. Retry the discovery process after clicking on the refresh icon in the Discover Services and Processes popup. Refer to this article for step-by-step ...
    • Managing Node.js applications using PM2 Process Manager

      Configure PM2 to manage Node.js applications Follow the instructions below to configure PM2 to manage Node.js applications. Steps to configure PM2 Configure the processManagerEnabled key in the already created apminsightnode.json file. Pass the value ...