diff options
author | Pim van den Berg | 2014-05-03 11:40:46 +0200 |
---|---|---|
committer | Pim van den Berg | 2014-05-03 19:19:05 +0200 |
commit | 1bb10c398d1a3198a8b86517bd780b8122e2e69d (patch) | |
tree | 669ea50b9b0efe268f4bb9153459f95ccfb167b5 /plugin/nfs.php | |
parent | type: move generic functions to base class (diff) | |
download | apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.zip apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.gz apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.bz2 apt-panopticon_cgp-1bb10c398d1a3198a8b86517bd780b8122e2e69d.tar.xz |
move collectd_flush function to base class
Diffstat (limited to 'plugin/nfs.php')
-rw-r--r-- | plugin/nfs.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/nfs.php b/plugin/nfs.php index efcfd1e..612580c 100644 --- a/plugin/nfs.php +++ b/plugin/nfs.php | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_once 'type/GenericStacked.class.php'; | 6 | require_once 'type/GenericStacked.class.php'; |
7 | require_once 'inc/collectd.inc.php'; | ||
8 | 7 | ||
9 | 8 | ||
10 | # Check http://github.com/octo/collectd/blob/master/src/nfs.c | 9 | # Check http://github.com/octo/collectd/blob/master/src/nfs.c |
@@ -29,5 +28,4 @@ $obj->rrd_title = sprintf('NFS-%s Procedures', $obj->args['pinstance']); | |||
29 | $obj->rrd_vertical = 'Procedures'; | 28 | $obj->rrd_vertical = 'Procedures'; |
30 | $obj->rrd_format = '%5.2lf'; | 29 | $obj->rrd_format = '%5.2lf'; |
31 | 30 | ||
32 | collectd_flush($obj->identifiers); | ||
33 | $obj->rrd_graph(); | 31 | $obj->rrd_graph(); |