EVOLUTION-MANAGER
Edit File: nprobe.conf
# The configuration file is similar to the command line, with the exception that an equal # sign '=' must be used between key and value. Example: -i=p1p2 or --interface=p1p2 For # options with no value (e.g. -v) the equal is also necessary. Example: "-v=" must be used. # # # -g|--pid-file # Specifies the path where the PID (process ID) is saved. This option is ignored when # nProbe is controlled with systemd (e.g., service nProbe start). # # -G=/var/run/nprobe.pid # # -G|--daemon-mode # This parameter causes nProbe to become a daemon, i.e. a task which runs in background # without connection to a specific terminal. To use nProbe other than as a casual monitoring # tool, you probably will want to use this option. This option is ignored when nProbe is # controlled with systemd (e.g., service nProbe start) # # -G= # # -i|--interface # Specifies the physical network interface that nProbe will use to perform the # monitoring. On Unix you can specify the interface name (e.g. -i lo) whereas on Windows # you must use the interface number instead (see -h to see the list of numeric ids). # To disable monitoring from physical interfaces (e.g., when nProbe is used in # collector-only mode) specify -i=none # # -i=none # -i=eth1 -i=lo # # -n|--collector # Specifies the NetFlow collector that will be used by nProbe to send the monitored # flows. This option can be specified multiple times to deliver monitored flows to # multiple collectors in round-robin mode. To disable flow export to NetFlow collectors # specify -n=none # # -n=10.0.0.1:2055 -n=none # # -3|--collector-port # Specifies the port that is being used by a NetFlow exporter to send NetFlow to nProbe. # Multiple NetFlow exporters can symultaneously send data to nProbe using the same port. # In case no NetFlow exporter is sending data it is safe to skip this option. # # -3=6363