diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/df.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/df.php b/plugin/df.php index 780ca0c..f4dd5d6 100644 --- a/plugin/df.php +++ b/plugin/df.php | |||
@@ -12,7 +12,6 @@ require_once 'type/GenericStacked.class.php'; | |||
12 | 12 | ||
13 | $obj = new Type_GenericStacked; | 13 | $obj = new Type_GenericStacked; |
14 | $obj->datadir = $CONFIG['datadir']; | 14 | $obj->datadir = $CONFIG['datadir']; |
15 | $obj->path_format = '{host}/{plugin}/{type}-{tinstance}.rrd'; | ||
16 | $obj->args = array( | 15 | $obj->args = array( |
17 | 'host' => $host, | 16 | 'host' => $host, |
18 | 'plugin' => $plugin, | 17 | 'plugin' => $plugin, |