Is the path 'store/site24x7/docker-agent:<version>' used to create site24x7-agent a local registry or a public registry?
Once the site24x7-agent.yaml file is applied, a DaemonSet named site24x7-agent is created and the containers with 'store/site24x7/docker-agent:<version>' image are created.
The path 'store/site24x7/docker-agent:<version>' is not a local registry in our environment. We have our agent published in the Docker store. When the agent is installed, the image will be downloaded from the Docker store to the server and get deployed.
Related Articles
Site24x7 Linux Agent modifications to "/etc/passwd" and "/etc/shadow" files - FIM Events
Scenario You may see the Site24x7 Linux agent modifying files associated with the operating system. Reason The /etc/passwd and /etc/shadow files are critical operating system files that store user account information on a server. The Site24x7 Linux ...
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 ...
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 ...
How to set the PHP path during agent installation?
This is only applicable to the agent versions 4.2 and above. For Linux Step 1: Download the installation script. wget -O InstallAgentPHP.sh https://staticdownloads.site24x7.com/apminsight/agents/AgentPHP/linux/InstallAgentPHP.sh Step 2: Set your PHP ...
Troubleshooting tips for monitoring Go applications in Docker
If you encounter issues with Go application monitoring in Docker, follow these troubleshooting steps to identify and resolve common problems quickly. The container fails to start Symptom: The APM container terminates immediately after starting. ...