Module: check_mk
Branch: master
Commit: 00129ce2867837e32e060be902c18fc353ebf126
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=00129ce2867837…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Sun Jan 30 13:44:52 2011 +0100
Updated bug entries
---
.bugs/116 | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/.bugs/116 b/.bugs/116
new file mode 100644
index 0000000..d9c6116
--- /dev/null
+++ b/.bugs/116
@@ -0,0 +1,21 @@
+Title: Make configurable limit on lines processed by mk_logwatch
+Component: checks
+Benefit: 1
+State: open
+Cost: 2
+Date: 2011-01-30 13:42:20
+Class: feature
+
+Logfile that grow fast make problems with mk_logwatch since
+the processing takes too long. We could make the following
+solution:
+
+in logwatch.cfg one can add paramters to logfiles, e.g.
+/var/log/* ; maxlines=20000
+
+That way processing would parse at most 20000 new lines in the
+file and *add an artificial error message* with state "C"
+or "W" if this limit is exceeded.
+
+Exceeding lines are not lost but processed in the next
+turn.