diff options
author | Pim van den Berg | 2012-08-10 19:02:29 +0200 |
---|---|---|
committer | Pim van den Berg | 2012-08-10 19:07:45 +0200 |
commit | dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c (patch) | |
tree | ce45e515b343f236e8cb66c0ed2c55ec70c95ec8 /plugin/nfs.php | |
parent | introduce config option datasize to show graphs in bits or bytes (diff) | |
download | apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.zip apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.gz apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.bz2 apt-panopticon_cgp-dae438c070bb02e50c231a9ac6f7ea4b9b90fd2c.tar.xz |
plugin: convert spaces to tabs
Diffstat (limited to '')
-rw-r--r-- | plugin/nfs.php | 12 |
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'); |
17 | switch($obj->args['pinstance']) { | 17 | switch($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; |