]> arthur.barton.de Git - netdata.git/blobdiff - python.d/varnish.chart.py
typo fix
[netdata.git] / python.d / varnish.chart.py
index b7be6e0da7b5f384825901151b0fb76a5cad2fc1..7965557356029a3877f8e617936ff14e2d5b84f0 100644 (file)
@@ -91,12 +91,12 @@ CHARTS = {'allocations':
              {'lines': [['cache_hit_perc', 'hit', 'absolute', 1, 100],
                        ['cache_miss_perc', 'miss', 'absolute', 1, 100],
                        ['cache_hitpass_perc', 'hitpass', 'absolute', 1, 100]],
-              'options': [None, 'All history hit rate ratio','percent', 'Cache perfomance', 'varnish.hit_rate', 'stacked']},
+              'options': [None, 'All history hit rate ratio','percent', 'Cache performance', 'varnish.hit_rate', 'stacked']},
           'chit_rate': 
              {'lines': [['cache_hit_cperc', 'hit', 'absolute', 1, 100],
                        ['cache_miss_cperc', 'miss', 'absolute', 1, 100],
                        ['cache_hitpass_cperc', 'hitpass', 'absolute', 1, 100]],
-              'options': [None, 'Current poll hit rate ratio','percent', 'Cache perfomance', 'varnish.chit_rate', 'stacked']},
+              'options': [None, 'Current poll hit rate ratio','percent', 'Cache performance', 'varnish.chit_rate', 'stacked']},
           'losthdr': 
              {'lines': [['losthdr', None, 'incremental', 1, 1]],
               'options': [None, 'HTTP Header overflows', 'units', 'Extra charts', 'varnish.losthdr', 'line']},