Our UNIX environment is made up of couple hundred servers (AIX), with
hundreds of logs.
We have a simple ruby script running from the cron that uses a
property file to maintain these logs.
I was wondering if there is a tool/gem for logs management that has
been time-tested, and which we could use.
We are currently running ruby 1.8.6.
Thank you
···
--
Ruby Student
why aren't you using syslog & newsyslog?
`man newsyslog`
···
On Dec 24, 2009, at 09:47 , Ruby Student wrote:
Our UNIX environment is made up of couple hundred servers (AIX), with
hundreds of logs.
We have a simple ruby script running from the cron that uses a
property file to maintain these logs.
I was wondering if there is a tool/gem for logs management that has
been time-tested, and which we could use.
We are currently running ruby 1.8.6.