diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/entropy.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/entropy.php b/plugin/entropy.php index 58d810b..dcfbcc8 100644 --- a/plugin/entropy.php +++ b/plugin/entropy.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, |