diff options
author | Pim van den Berg | 2010-01-12 19:58:47 +0100 |
---|---|---|
committer | Pim van den Berg | 2010-01-12 20:19:47 +0100 |
commit | 924495bb2d732548083de9e54bf93eebe7f0d910 (patch) | |
tree | 1f9deb6f85c00cf568d6738752bb21a6a3658521 /plugin/irq.php | |
parent | update changelog to v0.2 (diff) | |
download | apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.zip apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.gz apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.bz2 apt-panopticon_cgp-924495bb2d732548083de9e54bf93eebe7f0d910.tar.xz |
make rrdtool executable configurable
Diffstat (limited to 'plugin/irq.php')
-rw-r--r-- | plugin/irq.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; | |||
10 | # irq/ | 10 | # irq/ |
11 | # irq/irq-XX.rrd | 11 | # irq/irq-XX.rrd |
12 | 12 | ||
13 | $obj = new Type_GenericStacked($CONFIG['datadir']); | 13 | $obj = new Type_GenericStacked($CONFIG); |
14 | $obj->width = $width; | 14 | $obj->width = $width; |
15 | $obj->heigth = $heigth; | 15 | $obj->heigth = $heigth; |
16 | 16 | ||