Well I didn't really find what I was looking for around the web, so I just
sat down and hacked out an attempt in bash which gives me a starting point. I
guess I'll add things when I need them and fix things when it breaks.
Its here if anyone can use it. Any suggestions for improvement welcome. Use at
your own risk etc.
https://gist.github.com/plutocrat/8a2033923e14670dd13611fc0b51fc0f
To add to logwatch you
- put it in the scripts dir as eg
/etc/logwatch/scripts/services/dovecot_summary
- add a config file in /etc/logwatch/conf/services/dovecot_summary.conf
- Add a line in /etc/logwatch/conf/logwatch.conf like "Service =
dovecot_summary"
P.
>> I run logwatch on a few servers and the script on there which parses
the dovecot logs provides waaaaaay too much detail, and contains a bunch of
stuff I'm not interested in. There's not much point in having a log
summary if its 100Kb long! The one for exim is also terrible, but I've
replaced that with eximstats, and a bit of bash scripting and have something I
can work with. I might at some point look at replacing that too>> Now to
my question. I haven't found anything in the dovecot family which compares
to eximstats. I was wondering if there possibly is a report tool, or a way of
extracting stats from doveadm just for key metrics such as 'number of POP
logins in the last 24 hours', number of failed passwords, etc. Things that
might be interesting on a logwatch report. Or maybe someone has written a script
already that can be used in logwatch in perl, python, bash, whatever. Any
pointers, suggestions, or ideas for useful summary metrics to pull out of the
logfiles are appreciated.
>>
>> I suspect I might end up writing one myself anyway, but I'm just
keen to see what already exists, get the benefit of anyone else's
experiences in this matter before I start.