RE: log filtering

2005-10-25 Thread Chris Devers
On Tue, 25 Oct 2005, mynullvoid wrote: At the moment I only have my script in bash, and found that there are many issues with my script. I would appreciate if anyone can write me a script that can accomplish what this. Super. How much were you thinking of paying? Are you taking bids? (Hint:

RE: log filtering

2005-10-25 Thread mynullvoid
Dear Steve Bertrand, At the moment I only have my script in bash, and found that there are many issues with my script. I would appreciate if anyone can write me a script that can accomplish what this. I shall take it from there and enhance to suit my environment. Please assist. I am running

RE: log filtering

2005-10-25 Thread Steve Bertrand
> My idea is to check auth.log file for it changes and create > files based on it's source IP, for example, if there are > login request from 192.168.0.1, so the system shall filter > the log and create db.192.168.0.1; in this new filtered log > file, it shall consist of the time and the destin

RE: log filtering

2005-10-25 Thread Steve Bertrand
> My idea is to check auth.log file for it changes and create > files based on it's source IP, for example, if there are > login request from 192.168.0.1, so the system shall filter > the log and create db.192.168.0.1; in this new filtered log > file, it shall consist of the time and the desti