ntop / ntopng

Web-based Traffic and Security Network Traffic Monitoring
http://www.ntop.org
GNU General Public License v3.0
6.26k stars 656 forks source link

Unsupported publisher version #6673

Closed Phhere closed 2 years ago

Phhere commented 2 years ago

Environment:

What happened: I tried to follow this setup: https://www.ntop.org/guides/ntopng/using_with_other_tools/nprobe_collector_mode.html But some errors are coming up:

Jun 08 15:39:02 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:02 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [448][24][33][2][1]
Jun 08 15:39:03 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:03 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [447][24][18][2][1]
Jun 08 15:39:04 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:04 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [448][24][73][2][1]
Jun 08 15:39:05 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:05 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [449][24][137][2][1]
Jun 08 15:39:06 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:06 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [447][24][18][2][1]
Jun 08 15:39:07 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:07 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [449][24][18][2][1]
Jun 08 15:39:08 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:08 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [449][24][212][2][1]
Jun 08 15:39:09 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
Jun 08 15:39:09 ntopng-firewall ntopng[35087]: [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [450][24][18][2][1]

What did you expect to happen? I expected to see the data from the probe in ntopng

How did you reproduce it?

node a: ntopng -i tcp://*:5556c node b: nprobe --zmq "tcp://10.99.4.152:5556" --zmq-probe-mode -i bond0

Debug Information: node a:

08/Jun/2022 15:47:24 [NetworkInterface.cpp:3198] Started packet polling on interface tcp://*:5556c [id: 5]...
08/Jun/2022 15:47:25 [ZMQCollectorInterface.cpp:258] Collecting flows on tcp://*:5556c
08/Jun/2022 15:47:26 [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [28][24][2][2][1]
08/Jun/2022 15:47:26 [ZMQCollectorInterface.cpp:316] WARNING: Unsupported publisher version: is your nProbe sender outdated? [446][24][110][2][1]

node b:

08/Jun/2022 15:48:33 [util.c:6014] Initializing ZMQ as client
08/Jun/2022 15:48:33 [util.c:6087] Exporting flows towards ZMQ endpoint tcp://10.99.4.152:5556
Phhere commented 2 years ago

Running both ntop and nprobe on apt instead of mixed apt and apt-stable fixed the issue