summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41297fe)
raw | patch | inline | side by side (parent: 41297fe)
author | Chris Lundquist <chris.lundquist@bluebox.net> | |
Thu, 28 Feb 2013 01:25:52 +0000 (17:25 -0800) | ||
committer | Chris Lundquist <chris.lundquist@bluebox.net> | |
Thu, 28 Feb 2013 01:25:52 +0000 (17:25 -0800) |
bindings/perl/lib/Collectd/Plugins/OpenVZ.pm | patch | blob | history |
diff --git a/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm b/bindings/perl/lib/Collectd/Plugins/OpenVZ.pm
index 54192f2859eebf1f7c1e6c643a8eea86b16c6a25..4c7c3fe40f9d7de2b166471d58f1c91e14f792a7 100644 (file)
my @ignored_interfaces = ( "lo" );
sub interface_read {
- my ($veid, $name) = @_
+ my ($veid, $name) = @_;
my @rx_fields = qw(if_octets if_packets if_errors drop fifo frame compressed multicast);
my @tx_fields = qw(if_octets if_packets if_errors drop fifo frame compressed);
my %v = _build_report_hash($name);