]> arthur.barton.de Git - netdata.git/commitdiff
fix issue with '&' in chart family name
authorpaulfantom <paulfantom@gmail.com>
Wed, 3 Aug 2016 18:01:14 +0000 (20:01 +0200)
committerpaulfantom <paulfantom@gmail.com>
Wed, 3 Aug 2016 18:01:14 +0000 (20:01 +0200)
python.d/memcached.chart.py

index 1c0e54e86ba2fcf2b2f03df782ab312ca4bfd097..5f7fae6b8e34ff77f2363d5deef050b58b227b26 100644 (file)
@@ -42,7 +42,7 @@ CHARTS = {
             ['total_items', 'total', 'absolute']
         ]},
     'evicted_reclaimed': {
-        'options': [None, 'Items', 'items', 'Evicted & Reclaimed', 'memcached.evicted_reclaimed', 'line'],
+        'options': [None, 'Items', 'items', 'Evicted and Reclaimed', 'memcached.evicted_reclaimed', 'line'],
         'lines': [
             ['evictions', 'evicted', 'absolute'],
             ['reclaimed', 'reclaimed', 'absolute']