aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/disk.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/disk.php')
-rw-r--r--plugin/disk.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/disk.php b/plugin/disk.php
index e73cbac..0c18016 100644
--- a/plugin/disk.php
+++ b/plugin/disk.php
@@ -14,7 +14,6 @@ require_once 'type/GenericIO.class.php';
14 14
15$obj = new Type_GenericIO; 15$obj = new Type_GenericIO;
16$obj->datadir = $CONFIG['datadir']; 16$obj->datadir = $CONFIG['datadir'];
17$obj->path_format = '{host}/{plugin}-{pinstance}/{type}.rrd';
18$obj->args = array( 17$obj->args = array(
19 'host' => $host, 18 'host' => $host,
20 'plugin' => $plugin, 19 'plugin' => $plugin,