Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ 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
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.

Expand Down