diff options
author | kostecki | 2013-06-01 14:52:41 +0200 |
---|---|---|
committer | kostecki | 2013-06-01 14:52:41 +0200 |
commit | 2641c79e2e00f4ac19710ffbf9c8488a58d16b72 (patch) | |
tree | 060cbc9ec367918d5064b9ec8d07a20ae5de32da | |
parent | Thermal Plugin added (diff) | |
download | apt-panopticon_cgp-2641c79e2e00f4ac19710ffbf9c8488a58d16b72.zip apt-panopticon_cgp-2641c79e2e00f4ac19710ffbf9c8488a58d16b72.tar.gz apt-panopticon_cgp-2641c79e2e00f4ac19710ffbf9c8488a58d16b72.tar.bz2 apt-panopticon_cgp-2641c79e2e00f4ac19710ffbf9c8488a58d16b72.tar.xz |
Changed name of value to Temperature
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': |