aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nfs.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nfs.php')
-rw-r--r--plugin/nfs.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin/nfs.php b/plugin/nfs.php
index ca69b06..b9bc78e 100644
--- a/plugin/nfs.php
+++ b/plugin/nfs.php
@@ -15,13 +15,13 @@ require_once 'inc/collectd.inc.php';
15$obj = new Type_GenericStacked($CONFIG); 15$obj = new Type_GenericStacked($CONFIG);
16$obj->data_sources = array('value'); 16$obj->data_sources = array('value');
17switch($obj->args['pinstance']) { 17switch($obj->args['pinstance']) {
18 case 'v2client': 18 case 'v2client':
19 $obj->order = array('create', 'fsstat', 'getattr', 'link', 'lookup', 'mkdir', 'null', 'readdir', 'readlink', 'read', 'remove', 'rename', 'rmdir', 'root', 'setattr', 'symlink', 'wrcache', 'write'); 19 $obj->order = array('create', 'fsstat', 'getattr', 'link', 'lookup', 'mkdir', 'null', 'readdir', 'readlink', 'read', 'remove', 'rename', 'rmdir', 'root', 'setattr', 'symlink', 'wrcache', 'write');
20 break; 20 break;
21 21
22 case 'v3client': 22 case 'v3client':
23 $obj->order = array('access', 'commit', 'create', 'fsinfo', 'fsstat', 'getattr', 'link', 'lookup', 'mkdir', 'mknod', 'null', 'pathconf', 'read', 'readdir', 'readdirplus', 'readlink', 'remove', 'rename', 'rmdir', 'setattr', 'symlink', 'write'); 23 $obj->order = array('access', 'commit', 'create', 'fsinfo', 'fsstat', 'getattr', 'link', 'lookup', 'mkdir', 'mknod', 'null', 'pathconf', 'read', 'readdir', 'readdirplus', 'readlink', 'remove', 'rename', 'rmdir', 'setattr', 'symlink', 'write');
24 break; 24 break;
25} 25}
26 26
27$obj->width = $width; 27$obj->width = $width;