Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - Ingmar

#1
I'd like to pull some statistics out of a logfile as it is being written to, for example "requests per minute". I know how to set up logwatch and create parsers to match error messages and get notifications for those, but this is a little different. What I want is the number of times a rule has matched and then set up a delta DCI so I can get requests per minute. Is this possible, and if so, how?

In addition I've been wondering what happens to the logwatch subagent when logrotate moves the file away. Will it reopen the new logfile?