From 1bb10c398d1a3198a8b86517bd780b8122e2e69d Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 3 May 2014 11:40:46 +0200 Subject: move collectd_flush function to base class --- plugin/openvpn.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/openvpn.php') diff --git a/plugin/openvpn.php b/plugin/openvpn.php index 429964b..1ff6dd1 100644 --- a/plugin/openvpn.php +++ b/plugin/openvpn.php @@ -3,7 +3,6 @@ # Collectd OpenVPN plugin require_once 'conf/common.inc.php'; -require_once 'inc/collectd.inc.php'; ## LAYOUT # openvpn-XXXX/ @@ -40,5 +39,4 @@ switch(GET('t')) { break; } -collectd_flush($obj->identifiers); $obj->rrd_graph(); -- cgit v1.1