How to access agent pod and share logs for troubleshooting?
- Log in to your Kubernetes cluster.
- Get the agent pods using the below command:
kubectl get pods --selector=app=site24x7-agent - Access the pods,which you want to troubleshoot using the below command:
kubectl exec -it {pod_name} -- /bin/bash - Navigate to the agent logs folder: cd /opt/site24x7/monagent/logs
- Zip them and send it to support@site24x7.com
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 ...
How to retrieve logs from server-agent-based monitors?
If you have a Windows agent, you can use the following path to retrieve the agent logs: Go to the installation directory > Site24x7 > WinAgent > Monitoring > Logs If you have a Linux server, you can retrieve logs for your server agent by using the ...
Troubleshooting steps for On-Premise Poller
Prerequisites and basic details: Prerequisites for installing On-Premise Poller Necessary ports to allow access to the installed On-Premise Poller How secure is On-Premise Poller Amount of bandwidth consumed by the On-Premise Poller software Adding ...
What does Java agent troubleshooting operation do and what are the additional arguments that can be given?
Troubleshooting operation will perform the below mentioned checks: Checks whether agent directory has read/write operations Checks whether apminsight.conf has license key mentioned Checks whether agent state, unmanaged, deleted or managed Checks ...
APM Insight agent log paths
Folder path to view One agent logs One agent logs can be found only in the common application folder in Windows (usually under C:\ProgramData from Vista onwards). Check the following folder path in Windows: C:\ProgramData\Site24x7APMOneAgent\Logs ...