diff options
author | mh <mh@immerda.ch> | 2012-12-07 16:00:18 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-12-07 16:00:18 +0100 |
commit | 8cb10f7bcd7bb3084e20d5a26099d65a83fb0f56 (patch) | |
tree | 32996f23006a49f8cb803aa1cd73227d3c40944b /files/plugins/xen_vbd | |
parent | 3dc03e88057890b5ef8dc02fde45b66bfd94cf73 (diff) |
fix a few other issues
Diffstat (limited to 'files/plugins/xen_vbd')
-rwxr-xr-x | files/plugins/xen_vbd | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) { |