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 install or reinstall (in case of issues) the AppLogs agent by following the steps below:
Steps to validate checksum for Windows systems
- Open Command Prompt from your Windows machine.
- Execute the following command:
For 32-bit: certutil -hashfile applog_windows32.zip SHA256
For 64-bit: certutil -hashfile applog_windows64.zip SHA256 - Download the checksum file based on your architecture (64-bit | 32-bit).
Verify if the value returned in the Command Prompt and the value in the downloaded checksum file are the same.
Steps to validate the checksum for Linux systems
- Open the Terminal from your Linux machine.
- Execute the following command:
For 32-bit: sha256sum applog_linux32.zip
For 64-bit: sha256sum applog_linux64.zip - Download the checksum file based on your architecture (64-bit | 32-bit).
Verify if the value returned in the Terminal window and the value in the downloaded checksum file is the same.