diff --git a/README.rst b/README.rst index d3df01b1..f7a81af1 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,10 @@ +✨ *Tip: Are you sure your NetFlow/IPFIX probe is working correctly? Be sure with our other project:* |FlowTest|_ + +----- + +.. _FlowTest: https://github.com/CESNET/FlowTest +.. |FlowTest| replace:: *🌊 FlowTest* + ============= ============= Master branch |BuildMaster| ------------- ------------- @@ -60,6 +67,20 @@ network interface and a port. Multiple instances of these plugins can run concur \* Must be installed individually due to extra dependencies +How to install +-------------- + +If you are running a RHEL system or one of its derivatives, the easiest way to +get IPFIXcol installed is using our Copr package repository. + +.. code-block:: bash + + $ dnf install 'dnf-command(copr)' # Extra step necessary on some systems + $ dnf copr enable @CESNET/IPFIXcol + $ dnf install ipfixcol2 + +For other systems, follow the build instructions below. + How to build ------------ @@ -130,14 +151,6 @@ be stored. The structure of the configuration is described of the collector are given in the section "`Example configuration files `_". -Coming soon ------------ -- Runtime reconfiguration (improved compared to the previous generation) -- Input plugins for files (IPFIX, fds, etc.) -- Flow filtration and flow profiling -- Flow aggregation -- RPM/DEB packages - FAQ --------------