diff options
| author | Pim van den Berg | 2013-06-01 09:45:49 -0700 |
|---|---|---|
| committer | Pim van den Berg | 2013-06-01 09:45:49 -0700 |
| commit | b863cf5551e34504ba4980ae4ab2e6d83bbf37de (patch) | |
| tree | 060cbc9ec367918d5064b9ec8d07a20ae5de32da | |
| parent | Merge pull request #9 from ConiKost/master (diff) | |
| parent | Changed name of value to Temperature (diff) | |
| download | apt-panopticon_cgp-b863cf5551e34504ba4980ae4ab2e6d83bbf37de.zip apt-panopticon_cgp-b863cf5551e34504ba4980ae4ab2e6d83bbf37de.tar.gz apt-panopticon_cgp-b863cf5551e34504ba4980ae4ab2e6d83bbf37de.tar.bz2 apt-panopticon_cgp-b863cf5551e34504ba4980ae4ab2e6d83bbf37de.tar.xz | |
Merge pull request #10 from ConiKost/master
Updated Thermal Plugin
| -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': |
