From 8cb10f7bcd7bb3084e20d5a26099d65a83fb0f56 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Dec 2012 16:00:18 +0100 Subject: fix a few other issues --- files/plugins/xen_vbd | 1 - 1 file changed, 1 deletion(-) (limited to 'files/plugins/xen_vbd') diff --git a/files/plugins/xen_vbd b/files/plugins/xen_vbd index ccea940..a684839 100755 --- a/files/plugins/xen_vbd +++ b/files/plugins/xen_vbd @@ -51,7 +51,6 @@ if ( defined($ARGV[0])) ); @domains = `cat /var/lib/munin/plugin-state/xm_list.state`; - shift(@domains); # we don't need the header line foreach $domain ( @domains ) { -- cgit v1.2.3