Page 1 of 1
Nagios network analyzer with AIX and Solaris
Posted: Sun Apr 25, 2021 10:07 am
by steph007
Hi,
I can see agent for Linux and Windows, but nothing to sent netflow to Nagios NetWork Analyser, but I found nothing for AIX and Solaris.
Is there a way to have AIX and Solaris integrated to Nagios NetWork Analyser?
Re: Nagios network analyzer with AIX and Solaris
Posted: Mon Apr 26, 2021 11:40 am
by ssax
Solaris frobe NNA:
I found this for Solaris:
https://www.opencsw.org/packages/fprobe/
I had to format it like this to make it work:
/opt/csw/sbin/fprobe -i /dev/net/net0 X.X.X.X:YYYY
To make it start on boot, I did this:
Code: Select all
echo '/opt/csw/sbin/fprobe -i /dev/net/net0 X.X.X.X:YYYY' > /etc/rc3.d/S99fprobe
I do not have access to any AIX systems. You may be able to compile fprobe/sflow on AIX but that's outside the scope of our support, you would need to work with your AIX admins/AIX support/developers of the flow agent you are compiling if you need help on that.
I found this 3rd party agent that may work for you:
https://github.com/sflow/host-sflow
Re: Nagios network analyzer with AIX and Solaris
Posted: Tue Apr 27, 2021 10:19 am
by steph007
Thanks, it's work with Solaris.
Not tested yet in my lab environnement since I don't have AIX. I planed to do it soon in dev.
With sflow, Obivously I suppose I need to used sflow when I create the source in NA? Does it have about the same information as netflow? Is it limited?
Re: Nagios network analyzer with AIX and Solaris
Posted: Tue Apr 27, 2021 6:36 pm
by ssax
Yes, you would choose sflow in there.
Since we aren't AIX admins here, you may want to reach out to yours and see if they know of any netflow/sflow agents for AIX, they may know of something. We don't have access to AIX here in support.
I found this that gives a good explanation:
https://www.pcwdld.com/netflow-vs-sflow
Re: Nagios network analyzer with AIX and Solaris
Posted: Thu Apr 29, 2021 12:06 pm
by steph007
Thank you for the information. You can close this ticket.