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/zfs_arc.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 '')
| -rw-r--r-- | plugin/zfs_arc.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/zfs_arc.php b/plugin/zfs_arc.php index 85f3016..5fc4407 100644 --- a/plugin/zfs_arc.php +++ b/plugin/zfs_arc.php | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | require_once 'conf/common.inc.php'; | 4 | require_once 'conf/common.inc.php'; |
| 5 | require_once 'type/Default.class.php'; | 5 | require_once 'type/Default.class.php'; |
| 6 | require_once 'inc/collectd.inc.php'; | ||
| 7 | 6 | ||
| 8 | ## LAYOUT | 7 | ## LAYOUT |
| 9 | # zfs_arc/ | 8 | # zfs_arc/ |
| @@ -95,5 +94,4 @@ switch($obj->args['type']) { | |||
| 95 | $obj->rrd_vertical = 'ratio'; | 94 | $obj->rrd_vertical = 'ratio'; |
| 96 | break; | 95 | break; |
| 97 | } | 96 | } |
| 98 | collectd_flush($obj->identifiers); | ||
| 99 | $obj->rrd_graph(); | 97 | $obj->rrd_graph(); |
