NNA on AWS

This support forum board is for support questions relating to Nagios Network Analyzer, our network traffic and bandwidth analysis solution.
User avatar
eloyd
Cool Title Here
Posts: 2188
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY

Re: NNA on AWS

Post by eloyd »

Use tcpdump on the client to see if it's actually sending data:

Code: Select all

tcpdump host <ip of NNA server>
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: NNA on AWS

Post by jdalrymple »

It may also be worth your while to yum update the Cent7 box if you haven't already. There were some weird IPv6 --> IPv4 listener translation mumbo jumbos happening that didn't work properly in earlier versions of Cent7. Updating to the newest kernel fixes these in my experience.
pchua
Posts: 6
Joined: Tue Aug 04, 2015 4:39 pm

Re: NNA on AWS

Post by pchua »

Hi all,

Just to give an update.

After trying to update CentOS to latest version and trying to check other things, I finally figured out how to make it work. fprobe wasn't running at all before, and I needed to include -n option and choose the newest version instead of the default (5).

Code: Select all

fprobe -i eth0 -n7 10.0.0.44:49152
After doing this I was able to verify that fprobe was running under ps aux and after a few minutes I can finally see the graph.

Thanks a lot for everyone's suggestions! Took me a couple of days but finally got it to work.
User avatar
eloyd
Cool Title Here
Posts: 2188
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY

Re: NNA on AWS

Post by eloyd »

I've never seen that required before. Glad it's working though.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1

Re: NNA on AWS

Post by hsmith »

pchua wrote:Hi all,

Just to give an update.

After trying to update CentOS to latest version and trying to check other things, I finally figured out how to make it work. fprobe wasn't running at all before, and I needed to include -n option and choose the newest version instead of the default (5).

Code: Select all

fprobe -i eth0 -n7 10.0.0.44:49152
After doing this I was able to verify that fprobe was running under ps aux and after a few minutes I can finally see the graph.

Thanks a lot for everyone's suggestions! Took me a couple of days but finally got it to work.
Glad to hear it worked!

I'm going to close this topic, thanks for the update.
Former Nagios Employee.
me.