From 2641c79e2e00f4ac19710ffbf9c8488a58d16b72 Mon Sep 17 00:00:00 2001 From: kostecki Date: Sat, 1 Jun 2013 14:52:41 +0200 Subject: Changed name of value to Temperature --- plugin/thermal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/thermal.php') 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'; $obj = new Type_Default($CONFIG); $obj->ds_names = array( - 'value' => 'Value', + 'value' => 'Temperature', ); switch($obj->args['type']) { case 'gauge': -- cgit v1.1