From 924495bb2d732548083de9e54bf93eebe7f0d910 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 12 Jan 2010 19:58:47 +0100 Subject: make rrdtool executable configurable --- plugin/entropy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/entropy.php') diff --git a/plugin/entropy.php b/plugin/entropy.php index 8705894..3583550 100644 --- a/plugin/entropy.php +++ b/plugin/entropy.php @@ -9,7 +9,7 @@ require_once 'inc/collectd.inc.php'; ## LAYOUT # entropy/entropy.rrd -$obj = new Type_Default($CONFIG['datadir']); +$obj = new Type_Default($CONFIG); $obj->data_sources = array('entropy'); $obj->ds_names = array( 'entropy' => 'Entropy bits', -- cgit v1.1