File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed
Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 1+ ✨ *Tip: Are you sure your NetFlow/IPFIX probe is working correctly? Be sure with our other project: * |FlowTest |_
2+
3+ -----
4+
5+ .. _FlowTest : https://github.com/CESNET/FlowTest
6+ .. |FlowTest | replace :: *🌊 FlowTest *
7+
18============= =============
29Master branch |BuildMaster |
310------------- -------------
@@ -60,6 +67,20 @@ network interface and a port. Multiple instances of these plugins can run concur
6067
6168\* Must be installed individually due to extra dependencies
6269
70+ How to install
71+ --------------
72+
73+ If you are running a RHEL system or one of its derivatives, the easiest way to
74+ get IPFIXcol installed is using our Copr package repository.
75+
76+ .. code-block :: bash
77+
78+ $ dnf install ' dnf-command(copr)' # Extra step necessary on some systems
79+ $ dnf copr enable @CESNET/IPFIXcol
80+ $ dnf install ipfixcol2
81+
82+ For other systems, follow the build instructions below.
83+
6384How to build
6485------------
6586
@@ -130,14 +151,6 @@ be stored. The structure of the configuration is described
130151of the collector are given in the section
131152"`Example configuration files <doc/sphinx/configuration.rst#example-configuration-files >`_".
132153
133- Coming soon
134- -----------
135- - Runtime reconfiguration (improved compared to the previous generation)
136- - Input plugins for files (IPFIX, fds, etc.)
137- - Flow filtration and flow profiling
138- - Flow aggregation
139- - RPM/DEB packages
140-
141154FAQ
142155--------------
143156
You can’t perform that action at this time.
0 commit comments