aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/swap.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--plugin/swap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/swap.php b/plugin/swap.php
index d1ba823..7160ec3 100644
--- a/plugin/swap.php
+++ b/plugin/swap.php
@@ -17,7 +17,6 @@ $tinstance = collectd_plugindetail($host, $plugin, 'ti');
17 17
18$obj = new Type_GenericStacked; 18$obj = new Type_GenericStacked;
19$obj->datadir = $CONFIG['datadir']; 19$obj->datadir = $CONFIG['datadir'];
20$obj->path_format = '{host}/{plugin}/{type}-{tinstance}.rrd';
21$obj->args = array( 20$obj->args = array(
22 'host' => $host, 21 'host' => $host,
23 'plugin' => $plugin, 22 'plugin' => $plugin,