Find log files in the Linux server agent
Please execute the following command in a terminal:
Root agent - ls /opt/site24x7/monagent/logs/
Non-root agent - ls ~/site24x7/monagent/logs/
This will list down all the log files in the agent. All events related to the server agent will be captured in the main.txt
Further, if the user wants to have an in-depth look into all the events occurring in the server, please execute the following command:
Root agent -ls /opt/site24x7/monagent/logs/details/
Non-root agent - ls ~/site24x7/monagent/logs/details/
Related Articles
How to retrieve logs from different Site24x7 monitors
The log location varies with different agents and monitors. View a consolidated list here: Site24x7 Server Monitoring agent Monitor or module OS Directory, path, or command Detailed reference Server Monitoring Agent Windows Installation directory > ...
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 ...
Executables and scripts to allow for Windows server monitoring
One of the reasons you could not enable Site24x7 server monitoring could be your organization's group policy denying access to the executables, scripts, and batch files associated with Site24x7 server monitoring. Mark the following executables, ...
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: ...