summaryrefslogtreecommitdiffstats
path: root/python.d/hddtemp.chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'python.d/hddtemp.chart.py')
-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
]}