aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/openvpn.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/openvpn.php')
-rw-r--r--plugin/openvpn.php2
1 files changed, 0 insertions, 2 deletions
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 @@
3# Collectd OpenVPN plugin 3# Collectd OpenVPN plugin
4 4
5require_once 'conf/common.inc.php'; 5require_once 'conf/common.inc.php';
6require_once 'inc/collectd.inc.php';
7 6
8## LAYOUT 7## LAYOUT
9# openvpn-XXXX/ 8# openvpn-XXXX/
@@ -40,5 +39,4 @@ switch(GET('t')) {
40 break; 39 break;
41} 40}
42 41
43collectd_flush($obj->identifiers);
44$obj->rrd_graph(); 42$obj->rrd_graph();