What is an audit report?
As part of our standard process, we run an audit script on your OrangeHRM server environment to ensure your system is operating at an optimum level. This script does not capture any employee-sensitive data, it is solely focused on gathering specific middleware information such as PHP/Apache and MariaDB configuration parameters in addition to some overall usage statistics based on your licensed OrangeHRM modules.
This information will enable the OrangeHRM team to verify the compatibility of the server environment with current and future versions of the OrangeHRM application and will also help to ensure any deviation from the recommended middleware versions is proactively identified and any required measures are taken accordingly as needed.
How to get an audit script?
There are two options to obtain the report
- Option 1.
Provide a remote session or a zoom call to obtain this report from our side, which you can observe of our technical support engineer's every action during the session.
Option 2.
Generate the report from the command line by following the below steps on the production server and forward us.
- Download the below file, copy it to the server & rename it as (server-audit-tool-1.phar)
URL: https://alge.orangehrm.com/downloads/SeAT
- Run the below command with proper parameters
php server-audit-tool-1.phar --output-format html --output-file <Path to Save the Report> -u <MariDB User with Privileged Access> -p <MariDB User password> -h <Database Server Host IP> -i <OrangeHRM Codebase Path>
eg :
php server-audit-tool-1.phar --output-format html --output-file ./server_audit.html -u root -p abc123 -h localhost -i /var/www/html/orangehrm