INN commit: trunk/scripts (innreport_inn.pm)
INN Commit
Russ_Allbery at isc.org
Mon Aug 6 09:39:38 UTC 2007
Date: Monday, August 6, 2007 @ 02:39:37
Author: iulius
Revision: 7634
Update innreport to ignore the new innd logstatus.
Modified:
trunk/scripts/innreport_inn.pm
------------------+
innreport_inn.pm | 3 +++
1 file changed, 3 insertions(+)
Modified: innreport_inn.pm
===================================================================
--- innreport_inn.pm 2007-08-06 09:13:02 UTC (rev 7633)
+++ innreport_inn.pm 2007-08-06 09:39:37 UTC (rev 7634)
@@ -356,6 +356,9 @@
return 1;
}
+ # logstatus (information written in inn_status.html)
+ return 1 if ($left =~ /\S+ status seconds \d+ accepted \d+ refused \d+ rejected \d+ duplicate \d+ accepted size \d+ duplicate size \d+(?: rejected size \d+)?$/o);
+
# closed/checkpoint (with times)
#
# For checkpoints, store the current checkpoint numbers; if we still have
More information about the inn-committers
mailing list