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/contextswitch.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugin/contextswitch.php') diff --git a/plugin/contextswitch.php b/plugin/contextswitch.php index e71c417..71f6d9d 100644 --- a/plugin/contextswitch.php +++ b/plugin/contextswitch.php @@ -4,7 +4,6 @@ require_once 'conf/common.inc.php'; require_once 'type/Default.class.php'; -require_once 'inc/collectd.inc.php'; ## LAYOUT # contextswitch/contextswitch.rrd @@ -32,5 +31,4 @@ if ($CONFIG['version'] < 5) { unset($obj->colors['value']); } -collectd_flush($obj->identifiers); $obj->rrd_graph(); -- cgit v1.1