diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/nfs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/nfs.php b/plugin/nfs.php index 9ae9196..efcfd1e 100644 --- a/plugin/nfs.php +++ b/plugin/nfs.php | |||
| @@ -12,7 +12,7 @@ require_once 'inc/collectd.inc.php'; | |||
| 12 | ## LAYOUT | 12 | ## LAYOUT |
| 13 | # nfs-XX/nfs_procedure-YY.rrd | 13 | # nfs-XX/nfs_procedure-YY.rrd |
| 14 | 14 | ||
| 15 | $obj = new Type_GenericStacked($CONFIG); | 15 | $obj = new Type_GenericStacked($CONFIG, $_GET); |
| 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': |
