From 4f88e1a9be89a257fd6ed3045703db6e900027ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 8 Jul 2019 22:14:42 +0200 Subject: Adding upstream version 1.16.0. Signed-off-by: Daniel Baumann --- collectors/python.d.plugin/web_log/web_log.chart.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'collectors/python.d.plugin/web_log/web_log.chart.py') diff --git a/collectors/python.d.plugin/web_log/web_log.chart.py b/collectors/python.d.plugin/web_log/web_log.chart.py index 6d6a261c4..fa5a8bc3e 100644 --- a/collectors/python.d.plugin/web_log/web_log.chart.py +++ b/collectors/python.d.plugin/web_log/web_log.chart.py @@ -4,9 +4,8 @@ # SPDX-License-Identifier: GPL-3.0-or-later import bisect -import re import os - +import re from collections import namedtuple, defaultdict from copy import deepcopy @@ -660,7 +659,7 @@ class Web: r' (?P\d+)' r' (?P\d+)' r' (?P\d+\.\d+)' - r' (?P[\d.-]+) ') + r' (?P[\d.-]+)') nginx_ext_append = re.compile(r'(?P
[\da-f.:]+)' r' -.*?"(?P[^"]*)"' -- cgit v1.2.3