summaryrefslogtreecommitdiffstats
path: root/python.d/web_log.chart.py
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-11 15:13:13 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-02-11 15:13:13 +0200
commit27d9930e82cf41b8e9b387c339dc90bc66b909c4 (patch)
tree0b8228007268553c4bf07a8a37c6b885035f2a0e /python.d/web_log.chart.py
parent6f4a11663a73be64479a7c6d901a0a1b89fa150b (diff)
web_log fixes
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 315369c26e..6cb594f6ae 100644
--- a/python.d/web_log.chart.py
+++ b/python.d/web_log.chart.py
@@ -209,9 +209,9 @@ 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' \
- ' web_log.detailed_resp stacked 1 %s\n' % (job_name, self.update_every)
+ ' web_log.detailed_response_codes stacked 1 %s\n' % (job_name, self.update_every)
self.http_method_chart = 'CHART %s.http_method' \
- ' "" "HTTP Methods" requests/s requests' \
+ ' "" "Requests Per HTTP Method" requests/s requests' \
' web_log.http_method stacked 2 %s\n' % (job_name, self.update_every)
if regex_name == 'access_apache_ext':