diff options
Diffstat (limited to '')
| -rw-r--r-- | plugin/varnish.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/varnish.php b/plugin/varnish.php index 6b199b7..f2f597c 100644 --- a/plugin/varnish.php +++ b/plugin/varnish.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/Default.class.php'; | 6 | require_once 'type/Default.class.php'; |
| 7 | require_once 'inc/collectd.inc.php'; | ||
| 8 | 7 | ||
| 9 | ## LAYOUT | 8 | ## LAYOUT |
| 10 | #varnish-default-backend/connections-failures.rrd | 9 | #varnish-default-backend/connections-failures.rrd |
| @@ -27,5 +26,4 @@ $obj->rrd_format = '%5.1lf%s'; | |||
| 27 | $obj->rrd_title = sprintf('%s (%s)', ucfirst($obj->args['pinstance']), $obj->args['category']); | 26 | $obj->rrd_title = sprintf('%s (%s)', ucfirst($obj->args['pinstance']), $obj->args['category']); |
| 28 | $obj->rrd_vertical = 'hits'; | 27 | $obj->rrd_vertical = 'hits'; |
| 29 | 28 | ||
| 30 | collectd_flush($obj->identifiers); | ||
| 31 | $obj->rrd_graph(); | 29 | $obj->rrd_graph(); |
