aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/nfs.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/nfs.php')
-rw-r--r--plugin/nfs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/nfs.php b/plugin/nfs.php
index 7daf032..ca69b06 100644
--- a/plugin/nfs.php
+++ b/plugin/nfs.php
@@ -30,7 +30,6 @@ $obj->heigth = $heigth;
30$obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']); 30$obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']);
31$obj->rrd_vertical = 'Procedures'; 31$obj->rrd_vertical = 'Procedures';
32$obj->rrd_format = '%5.2lf'; 32$obj->rrd_format = '%5.2lf';
33$obj->generate_colors();
34 33
35collectd_flush($obj->identifiers); 34collectd_flush($obj->identifiers);
36$obj->rrd_graph(); 35$obj->rrd_graph();