aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/plugin/libvirt.php
diff options
context:
space:
mode:
authorPim van den Berg2014-05-03 11:40:46 +0200
committerPim van den Berg2014-05-03 19:19:05 +0200
commit1bb10c398d1a3198a8b86517bd780b8122e2e69d (patch)
tree669ea50b9b0efe268f4bb9153459f95ccfb167b5 /plugin/libvirt.php
parenttype: move generic functions to base class (diff)
downloadapt-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 'plugin/libvirt.php')
-rw-r--r--plugin/libvirt.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/libvirt.php b/plugin/libvirt.php
index 08d0a6d..0d7fff0 100644
--- a/plugin/libvirt.php
+++ b/plugin/libvirt.php
@@ -3,7 +3,6 @@
3# Collectd libvirt plugin 3# Collectd libvirt 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# libvirt/ 8# libvirt/
@@ -142,5 +141,4 @@ if ($CONFIG['version'] < 5 && count($obj->data_sources) == 1) {
142 unset($obj->colors['value']); 141 unset($obj->colors['value']);
143} 142}
144 143
145collectd_flush($obj->identifiers);
146$obj->rrd_graph(); 144$obj->rrd_graph();