From dc6b4a1fb44f05e777eb18564f0bf561d4154043 Mon Sep 17 00:00:00 2001 From: Michal Sedlak Date: Tue, 12 Mar 2024 15:14:21 +0100 Subject: [PATCH 1/3] README: include copr information --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index d3df01b1..b1e4dcb5 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,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 ------------ From e28f8530edd55b88761be7febf8a38139c565902 Mon Sep 17 00:00:00 2001 From: Michal Sedlak Date: Tue, 12 Mar 2024 16:49:36 +0100 Subject: [PATCH 2/3] README: delete old "Coming soon" section --- README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.rst b/README.rst index b1e4dcb5..f7ca2b8c 100644 --- a/README.rst +++ b/README.rst @@ -144,14 +144,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 -------------- From 0ac9c14a8c197fce2c43b41624293d6c73addaee Mon Sep 17 00:00:00 2001 From: Michal Sedlak Date: Wed, 13 Mar 2024 12:47:46 +0100 Subject: [PATCH 3/3] README: add mention of FlowTest --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index f7ca2b8c..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| ------------- -------------