From fdd139ada21b958a17d79dd2f1db5d514136d131 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 10 Feb 2017 06:14:05 -0800 Subject: Fix configuration syntax in examples/bmon.conf Fixes: #53 Signed-off-by: Thomas Graf --- examples/bmon.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bmon.conf b/examples/bmon.conf index 93d64c3..7cf43b9 100644 --- a/examples/bmon.conf +++ b/examples/bmon.conf @@ -11,10 +11,10 @@ /* * element eth0 { - * description = { "My description" } - * rxmax = { 10000 } - * txmax = { 10000 } - * max = { 12500000 } + * description = "My description" + * rxmax = 10000 + * txmax = 10000 + * max = 12500000 * } */ -- cgit v1.2.3