From 7d8847e88b8452c972885373b466c34a71bb0b7e Mon Sep 17 00:00:00 2001 From: Gavin Sandie Date: Tue, 4 Jun 2013 09:11:12 +0100 Subject: [PATCH] Add missing tx errors to riemann-net --- bin/riemann-net | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/riemann-net b/bin/riemann-net index c89bb9e0..73f15a2c 100755 --- a/bin/riemann-net +++ b/bin/riemann-net @@ -30,6 +30,7 @@ class Riemann::Tools::Net 'rx multicast', 'tx bytes', 'tx packets', + 'tx errs', 'tx drops', 'tx fifo', 'tx colls',