1
0
-1

Hi Mark ,

I would like to know is it possible to run and download the script on the clients automatically from my server , so that i can do an update or monitoring for my database?

 

Thanks in advance!.

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      You can copy the audit script to your servers and then schedule the script to run daily. Script needs to be configured with correct open audit url settings & "submit_online=yes" before you copy it to your servers.

       

      On windows that means creating a scheduled task that runs a batch file daily all it needs is "cscript audit_windows.vbs" as long as the batch file is in same directory as the script that works. 

       

      For linux copy the script to /etc/cron.daily/ then run the following command as root user "chmod 755 /etc/cron.daily/audit_linux.sh" and you are good to go, the audit script will run once daily between 3 and 4am

      1. aiman najmi

        Where and how do i schedule the script to run daily?

      CommentAdd your comment...