summaryrefslogtreecommitdiffstats
path: root/python.d/web_log.chart.py
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-11 15:36:45 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-11 15:36:45 +0200
commitce599880d6d8f74e95fb682a2d7a0d17439f15b8 (patch)
tree148c64c55c9ba42df98e5340ac07bfdf5f56eb2e /python.d/web_log.chart.py
parent27d9930e82cf41b8e9b387c339dc90bc66b909c4 (diff)
make web_log alarms work above 30 reqs/minute; fix web_log plugin descriptions
Diffstat (limited to 'python.d/web_log.chart.py')
-rw-r--r--python.d/web_log.chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python.d/web_log.chart.py b/python.d/web_log.chart.py
index 6cb594f6ae..391d446852 100644
--- a/python.d/web_log.chart.py
+++ b/python.d/web_log.chart.py
@@ -208,10 +208,10 @@ class Service(LogService):
job_name = find_job_name(self.override_name, self.name)
self.detailed_chart = 'CHART %s.detailed_response_codes ""' \
- ' "Response Codes" requests/s responses' \
+ ' "Detailed Response Codes" requests/s responses' \
' web_log.detailed_response_codes stacked 1 %s\n' % (job_name, self.update_every)
self.http_method_chart = 'CHART %s.http_method' \
- ' "" "Requests Per HTTP Method" requests/s requests' \
+ ' "" "Requests Per HTTP Method" requests/s "http methods"' \
' web_log.http_method stacked 2 %s\n' % (job_name, self.update_every)
if regex_name == 'access_apache_ext':