Check for updates using the NCPA agent

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Check for updates using the NCPA agent

Post by pbroste »

Hello @jakai

Excellent, the screenshot indicates that the 'tcpdump' is executing writing to a file named 'output.pcap'.

Please send over the 'output.pcap' when you have a chance so we can see how that looks,
Perry
jakai
Posts: 21
Joined: Wed Oct 21, 2020 2:39 am

Re: Check for updates using the NCPA agent

Post by jakai »

Hello,
Where can I find this file?
User avatar
pbroste
Posts: 1288
Joined: Tue Jun 01, 2021 1:27 pm

Re: Check for updates using the NCPA agent

Post by pbroste »

Hello @jakai

Thanks for following up, you can run the following and find the output.pcap in the '/tmp/output.pcap'

Code: Select all

tcpdump -s 0 -i any port 5693 -w /tmp/output.pcap
CLT-C to break out of it.

Thanks,
Perry
Locked