summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2017-02-10 06:14:05 -0800
committerThomas Graf <tgraf@suug.ch>2017-02-10 06:14:05 -0800
commitfdd139ada21b958a17d79dd2f1db5d514136d131 (patch)
tree855b648ebaa1945e2fb2c38419492098607bd0e4
parent49ce252ec54fd9dbd9a850950d4ab5f0b8e8287c (diff)
Fix configuration syntax in examples/bmon.conf
Fixes: #53 Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--examples/bmon.conf8
1 files 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
* }
*/