in reply to Re: adaptive syslog message parsing
in thread adaptive syslog message parsing
It seems to me the cumulative frequencies of message types(for each server, daemon name combination), would be less useful then the sequence of events.
hash{servers} hash{daemon names} array[$time, message] or $struct->{$server}->{$daemon}->[$message_id] = [$time,$message];
Though for either method it would be nice to send a GD generated graph for each set server/daemon, which can give quick access to needed information.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: adaptive syslog message parsing
by thezip (Vicar) on Jun 07, 2007 at 07:12 UTC |