ntop / nProbe

Open source components and extensions for nProbe
http://ntop.org
GNU General Public License v2.0
1.64k stars 44 forks source link

WARNING: IMPORTANT --zmq tcp://x.x.x.x:yyyy is deprecated #631

Open infinitynet2011 opened 2 weeks ago

infinitynet2011 commented 2 weeks ago

Hello!

WARNING: IMPORTANT --zmq tcp://x.x.x.x:yyyy is deprecated WARNING: IMPORTANT and it has been replaced with WARNING: IMPORTANT --ntopng zmq://x.x.x.x:yyyy WARNING: IMPORTANT Please update your configuration

.. I want to update, but I have a problem. If I update each probe, I will have 0 (zero) exporters in ntopng: nProbe / Exporters / Interfaces

cat /etc/nprobe/nprobe-ens1f0.conf

--ntopng zmq://:5556 --agent-mode -i=ens1f0 -n=none -T="@NTOPNG@ %RTP_SSRC %RTP_IN_PKT_LOST %RTP_OUT_PKT_LOST %RTP_IN_PKT_DROP %RTP_OUT_PKT_DROP" --collection-filter=!188..*.82/32

Should I change something in ntopng.conf ?

cat /etc/ntopng/ntopng.conf

m="188...0/21,188...0/21,2a04:*::/29" -i="tcp://10.100.101.3:5556,tcp://10.100.101.3:5558" -i="tcp://10.100.101.3:5557,tcp://10.100.101.3:5559" -i="tcp://10.100.101.3:5556,tcp://10.100.101.3:5558,tcp://10.100.101.3:5557,tcp://10.100.101.3:5559" -F="clickhouse;127.0.0.1;ntopng;ntopng2;default"

nprobe --version

Version: 10.7.240901 Build OS: Rocky Linux release 9.3 (Blue Onyx)

ntopng -V

Version: 6.3.240901 [Enterprise/Professional build] GIT rev: dev:6dd40abda9b0b3982451cd4a0e4dce0f35a6a134:20240901 Pro rev: r6789 Built on: Rocky Linux release 9.3

Thanks, Gabriel

infinitynet2011 commented 2 weeks ago

Hello,

I have changed the way I aggregate interfaces in ntopng

-i="tcp://10.100.101.3:5556" -i="tcp://10.100.101.3:5558" -i="view:tcp://10.100.101.3:5556,tcp://10.100.101.3:5558" # -i="tcp://10.100.101.3:5559" -i="tcp://10.100.101.3:5557" -i="view:tcp://10.100.101.3:5559,tcp://10.100.101.3:5557" # -i="tcp://10.100.101.3:5559,tcp://10.100.101.3:5557,tcp://10.100.101.3:5556,tcp://10.100.101.3:5558" #

But the same situation, exporter 0 (zero) in nProbe / Exporters / Interfaces

Thanks, Gabriel