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/irq.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin/irq.php') diff --git a/plugin/irq.php b/plugin/irq.php index ba0e7cb..10c6393 100644 --- a/plugin/irq.php +++ b/plugin/irq.php @@ -10,7 +10,7 @@ require_once 'inc/collectd.inc.php'; # irq/ # irq/irq-XX.rrd -$obj = new Type_GenericStacked($CONFIG['datadir']); +$obj = new Type_GenericStacked($CONFIG); $obj->width = $width; $obj->heigth = $heigth; -- cgit v1.1