diff options
Diffstat (limited to 'plugin/libvirt.php')
-rw-r--r-- | plugin/libvirt.php | 2 |
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 | ||
5 | require_once 'conf/common.inc.php'; | 5 | require_once 'conf/common.inc.php'; |
6 | require_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 | ||
145 | collectd_flush($obj->identifiers); | ||
146 | $obj->rrd_graph(); | 144 | $obj->rrd_graph(); |