diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/thermal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/thermal.php b/plugin/thermal.php index eaef5e8..50789d0 100644 --- a/plugin/thermal.php +++ b/plugin/thermal.php | |||
@@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
12 | 12 | ||
13 | $obj = new Type_Default($CONFIG); | 13 | $obj = new Type_Default($CONFIG); |
14 | $obj->ds_names = array( | 14 | $obj->ds_names = array( |
15 | 'value' => 'Value', | 15 | 'value' => 'Temperature', |
16 | ); | 16 | ); |
17 | switch($obj->args['type']) { | 17 | switch($obj->args['type']) { |
18 | case 'gauge': | 18 | case 'gauge': |