Operating System - HP-UX
1831185 Members
3159 Online
110021 Solutions
New Discussion

Auditing and Remote Log Host(s)

 
john guardian
Super Advisor

Auditing and Remote Log Host(s)

Is there a built-in facility (IE:option[s]) for logging (auditing info) directly to a remote loghost or for moving rotated audit logs to remote hosts... other than using cron to sftp old audit logs (or NFS) to preserve them for the Security Admins to review?

Thx in advance for any/all info.

2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Auditing and Remote Log Host(s)

Shalom,

I know of no built in facility.

You need to write a shell script.

find with the +mtime will get you a list of files to move.

mtime is modification time.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Auditing and Remote Log Host(s)

>SEP: find with the +mtime

Slight typo: find with -mtime +number-days