Page 1 of 1
Free Network Analyzer plugin for the open source Nagios
Posted: Tue May 26, 2015 4:42 am
by ds125
Hi
I've just installed free NagiosPI. Is they a free Network Analyzer plugin?
Or any plugin that can monitor network traffic and bandwidth?
Re: Free Network Analyzer plugin for the open source Nagios
Posted: Tue May 26, 2015 2:10 pm
by jdalrymple
https://exchange.nagios.org/directory/P ... Networking
What is it specifically you'd like to monitor? In our commercial product NagiosXI we monitor "network traffic and bandwidth" by leveraging
mrtg and
check_mrtgtraf.
MRTG gives you the pretty graphs and Nagios can alert on them.
Re: Free Network Analyzer plugin for the open source Nagios
Posted: Wed May 27, 2015 8:52 am
by ds125
Thanks for you reply.
If possible both. Would like to monitor bandwidth and network traffic across a linux firewall using Nagios core.
Thanks
Re: Free Network Analyzer plugin for the open source Nagios
Posted: Wed May 27, 2015 9:30 am
by jdalrymple
This is it for traffic (same as previously posted):
https://exchange.nagios.org/directory/P ... af/details
For bandwidth, I'm assuming you mean something like "maximimum throughput available between to network nodes" to put it in layman's terms? I've never seen anything like this and am not spotting anything on the exchange - you'll likely have to write something yourself that times a network process that should take an expected amount of time (like wget a 10GB file should take 8 seconds or some such) and then do some processing on the real time. Alternatively there is a
check_speedtest_cli if you simply mean bandwidth out to the public network - I have used that in the past with success.
Re: Free Network Analyzer plugin for the open source Nagios
Posted: Wed May 27, 2015 9:41 am
by ds125
Great!
Thanks for this.
Got something to work with.
Re: Free Network Analyzer plugin for the open source Nagios
Posted: Wed May 27, 2015 12:16 pm
by ssax
Let us know if you run into any issues.