[PATCH] teaching innreport about innfeed rolling the funnel file
Florian Schlichting
fschlich at CIS.FU-Berlin.DE
Thu Sep 30 16:30:49 UTC 2010
just so it doesn't show up as "unknown entry" in the report
TIA, Florian
--- a/lib/innreport_inn.pm
+++ b/lib/innreport_inn.pm
@@ -1055,6 +1055,10 @@ sub collect($$$$$$) {
return 1 if $left =~ m/\(quickly\) /o;
# ME config: value of streaming is not a boolean
return 1 if $left =~ m/config: value of \S+ is not/o;
+ # innfeed rolling funnel file
+ return 1 if $left =~ m/ preparing to roll /o;
+ return 1 if $left =~ m/ reached EOF in /o;
+ return 1 if $left =~ m/ opened /o;
}
# hostChkCxn - now: x.xx, prev: x.xx, abs: xx, curr: x
return 1 if $left =~ m/ hostChkCxn - now/o;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5557 bytes
Desc: not available
URL: <https://lists.isc.org/pipermail/inn-workers/attachments/20100930/355f00f9/attachment.bin>
More information about the inn-workers
mailing list