From 7d4e82dccf7a86f32f074494daab2d187c63ed79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 30 Dec 2018 11:48:49 -0300 Subject: [PATCH] Fix typo on string #85 * plus minor formatting proposals --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3d6d7f..25c57d7 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ The release binaries have an additional command, `tflow2 -version`, which reports the release version. Once you start the main binary it will start reading netflow version 9 packets -on port 2055 UDP and IPFIX packets on port 4739 on all interfaces. -For user interaction it starts a webserver on port 4444 TCP on all interfaces. +on port `2055` UDP and IPFIX packets on port `4739` on all interfaces. +For user interaction it starts a webserver on port `4444` TCP on all interfaces. The webinterface allows you to run queries against the collected data. Start time and router are mandatory criteria. If you don't provide any of @@ -28,7 +28,7 @@ these you will always receive an empty result. ### Config file -There is YAML file as config. Defaults can be found in config.yml.example. +There is YAML file as config. Defaults can be found in `config.yml.example`. You'll at least need to add your Netflow/IPFIX/Sflow agents and adjust (if you don't want to work with interface IDs) your SNMP RO community. @@ -82,7 +82,7 @@ want to work with interface IDs) your SNMP RO community. ## Limitations -Please be aware this software is not platform indipendent. It will only work +Please be aware this software is not platform independent. It will only work on little endian machines (such as x86) ## License