aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/entropy.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/entropy.php')
-rw-r--r--plugin/entropy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/entropy.php b/plugin/entropy.php
index 1c7f763..137e5a2 100644
--- a/plugin/entropy.php
+++ b/plugin/entropy.php
@@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php';
9## LAYOUT 9## LAYOUT
10# entropy/entropy.rrd 10# entropy/entropy.rrd
11 11
12$obj = new Type_Default($CONFIG); 12$obj = new Type_Default($CONFIG, $_GET);
13$obj->data_sources = array('value'); 13$obj->data_sources = array('value');
14$obj->ds_names = array( 14$obj->ds_names = array(
15 'value' => 'Entropy bits', 15 'value' => 'Entropy bits',