aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin
diff options
context:
space:
mode:
authorkostecki2013-06-01 14:52:41 +0200
committerkostecki2013-06-01 14:52:41 +0200
commit2641c79e2e00f4ac19710ffbf9c8488a58d16b72 (patch)
tree060cbc9ec367918d5064b9ec8d07a20ae5de32da /plugin
parentThermal Plugin added (diff)
downloadapt-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 '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':