summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-12 17:24:06 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-12 17:24:06 +0200
commite82e0a4659825d5db02d6df000c0d4328fbf18bb (patch)
tree38d8c68862a9952899d3061a006e8cfe41ce598e /python.d
parent4d5cace34ba1312bebaa4d7bfda0b7f9dfa32b2e (diff)
hddtemp description improvement
Diffstat (limited to 'python.d')
-rw-r--r--python.d/hddtemp.chart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python.d/hddtemp.chart.py b/python.d/hddtemp.chart.py
index 2d1259dfd9..2e7695db54 100644
--- a/python.d/hddtemp.chart.py
+++ b/python.d/hddtemp.chart.py
@@ -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
]}