aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/load.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/load.php')
-rw-r--r--plugin/load.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/load.php b/plugin/load.php
index 17002ea..0246edc 100644
--- a/plugin/load.php
+++ b/plugin/load.php
@@ -10,7 +10,6 @@ require_once 'type/Default.class.php';
10 10
11$obj = new Type_Default; 11$obj = new Type_Default;
12$obj->datadir = $CONFIG['datadir']; 12$obj->datadir = $CONFIG['datadir'];
13$obj->path_format = '{host}/{plugin}/{type}.rrd';
14$obj->args = array( 13$obj->args = array(
15 'host' => $host, 14 'host' => $host,
16 'plugin' => $plugin, 15 'plugin' => $plugin,