Hi everyone,
I trying to send netflow data to my NNA from a Linux server where i've got some services. I've followed from top to bottom the tuttorial for this case (https://library.nagios.com/library/prod ... -analyzer/) but i could not be able to make it.
After installing fprobe to run it, the command used is fprobe -i <interface> <NetworkAnalyzer server>:<port>
fprobe -i eth1 192.168.101.151:9996
I've checked the firewall and all type of items i've encounter in previous topic. But still didn't figure it out what's wrong.
Can someone help me please
Source Created but NNA does not receive data
-
HduarteEservices
- Posts: 6
- Joined: Fri Nov 25, 2016 7:37 am
-
HduarteEservices
- Posts: 6
- Joined: Fri Nov 25, 2016 7:37 am
Re: Source Created but NNA does not receive data
I found my error! Eureka. Now after some fixes the NNA works flawlesly!
My problem was some very basic stuff, but still gonna share with you'all, maybe will be helpful in the future for someone.
After doing the "wget www.nagios............. following the nagios tutorial for this case. You need to perform a chmod 755 fprobeinstall.sh
enter as a root and perform the installation of fprobe. And then Voilà!
My problem was some very basic stuff, but still gonna share with you'all, maybe will be helpful in the future for someone.
After doing the "wget www.nagios............. following the nagios tutorial for this case. You need to perform a chmod 755 fprobeinstall.sh
enter as a root and perform the installation of fprobe. And then Voilà!
Re: Source Created but NNA does not receive data
Thanks for sharing your solution!
Would you mind if we marked this thread as resolved?
Would you mind if we marked this thread as resolved?
Former Nagios Employee
-
HduarteEservices
- Posts: 6
- Joined: Fri Nov 25, 2016 7:37 am
Re: Source Created but NNA does not receive data
Yes please.