aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorPim van den Berg2013-06-01 09:45:49 -0700
committerPim van den Berg2013-06-01 09:45:49 -0700
commitb863cf5551e34504ba4980ae4ab2e6d83bbf37de (patch)
tree060cbc9ec367918d5064b9ec8d07a20ae5de32da
parentMerge pull request #9 from ConiKost/master (diff)
parentChanged name of value to Temperature (diff)
downloadapt-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.php2
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);
17switch($obj->args['type']) { 17switch($obj->args['type']) {
18 case 'gauge': 18 case 'gauge':