Re: NNA on AWS
Posted: Thu Aug 06, 2015 8:19 am
Use tcpdump on the client to see if it's actually sending data:
Code: Select all
tcpdump host <ip of NNA server>
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
tcpdump host <ip of NNA server>
Code: Select all
fprobe -i eth0 -n7 10.0.0.44:49152Glad to hear it worked!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).
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.Code: Select all
fprobe -i eth0 -n7 10.0.0.44:49152
Thanks a lot for everyone's suggestions! Took me a couple of days but finally got it to work.