]> arthur.barton.de Git - netdata.git/commitdiff
hddtemp description improvement
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 12 Nov 2016 15:24:06 +0000 (17:24 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 12 Nov 2016 15:24:06 +0000 (17:24 +0200)
python.d/hddtemp.chart.py

index 2d1259dfd93724d7b38788b22df8d2e51a1e484f..2e7695db540de530aefa10363a2f996b0c49bee6 100644 (file)
@@ -23,7 +23,7 @@ ORDER = ['temperatures']
 
 CHARTS = {
     'temperatures': {
-        'options': ['disks_temp', 'Disks Temperatures', 'Celsius', 'Disks temperature', 'hddtemp.temperatures', 'line'],
+        'options': ['disks_temp', 'Disks Temperatures', 'Celsius', 'temperatures', 'hddtemp.temperatures', 'line'],
         'lines': [
             # lines are created dynamically in `check()` method
         ]}