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