]> arthur.barton.de Git - netdata.git/commitdiff
minor fix
authorIlya <ilyamaschenko@gmail.com>
Tue, 10 Jan 2017 07:23:18 +0000 (16:23 +0900)
committerIlya <ilyamaschenko@gmail.com>
Tue, 10 Jan 2017 07:23:18 +0000 (16:23 +0900)
python.d/haproxy.chart.py

index 788f16b9e37d5709a1101e340c38fc2ee478d0b1..3100de7306c01e5a1186ac7367fcf6efc7fdd519 100644 (file)
@@ -45,7 +45,7 @@ CHARTS = {
         'lines': [
         ]},
     'health_down': {
-        'options': [None, "Servers in DOWN state", "servers", 'Health', 'h.down', 'line'],
+        'options': [None, "Servers in DOWN state", "failed servers", 'Health', 'h.down', 'line'],
         'lines': [
         ]}
 }