diff options
Diffstat (limited to '')
-rw-r--r-- | plugin/memory.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/memory.php b/plugin/memory.php index 29f93fe..6cef5a7 100644 --- a/plugin/memory.php +++ b/plugin/memory.php | |||
@@ -18,7 +18,6 @@ $tinstance = collectd_plugindetail($host, $plugin, 'ti'); | |||
18 | 18 | ||
19 | $obj = new Type_GenericStacked; | 19 | $obj = new Type_GenericStacked; |
20 | $obj->datadir = $CONFIG['datadir']; | 20 | $obj->datadir = $CONFIG['datadir']; |
21 | $obj->path_format = '{host}/{plugin}/{type}-{tinstance}.rrd'; | ||
22 | $obj->args = array( | 21 | $obj->args = array( |
23 | 'host' => $host, | 22 | 'host' => $host, |
24 | 'plugin' => $plugin, | 23 | 'plugin' => $plugin, |