aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/disk.php
diff options
context:
space:
mode:
authorPim van den Berg2010-01-12 19:58:47 +0100
committerPim van den Berg2010-01-12 20:19:47 +0100
commit924495bb2d732548083de9e54bf93eebe7f0d910 (patch)
tree1f9deb6f85c00cf568d6738752bb21a6a3658521 /plugin/disk.php
parentupdate changelog to v0.2 (diff)
downloadapt-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/disk.php')
-rw-r--r--plugin/disk.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/disk.php b/plugin/disk.php
index f1100d6..0f7a11a 100644
--- a/plugin/disk.php
+++ b/plugin/disk.php
@@ -13,7 +13,7 @@ require_once 'inc/collectd.inc.php';
13# disk-XXXX/disk_ops.rrd 13# disk-XXXX/disk_ops.rrd
14# disk-XXXX/disk_time.rrd 14# disk-XXXX/disk_time.rrd
15 15
16$obj = new Type_GenericIO($CONFIG['datadir']); 16$obj = new Type_GenericIO($CONFIG);
17$obj->data_sources = array('read', 'write'); 17$obj->data_sources = array('read', 'write');
18$obj->ds_names = array( 18$obj->ds_names = array(
19 'read' => 'Read ', 19 'read' => 'Read ',