How much bandwidth does NagiosXI require for monitoring?

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sbaviswa
Posts: 17
Joined: Tue Jan 22, 2013 9:04 am

How much bandwidth does NagiosXI require for monitoring?

Post by sbaviswa »

Hi
We have around 300 network devices to be monitored using a low latency WAN connection.

Hence we would like to understand better on the bandwidth consumed for the following . . . .
1. Host checks -
2. Service checks --> check_snmp -
--> check_icmp -

Also I would appreciate if I could have information for the following type of monitoring.
1. databases checks
2. load checks

Thanks in advance
Regards
N.Viswanathan (SBA)
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: How much bandwidth does NagiosXI require for monitoring?

Post by abrist »

sbaviswa wrote:Hence we would like to understand better on the bandwidth consumed for the following . . . .
1. Host checks -
2. Service checks --> check_snmp -
--> check_icmp -
Host alive checks are icmp (ping) checks out of the box. Standard icmp echo requests are 56 bytes one way. SNMP checks are completely dependent on the type of information you are trapping.
Also I would appreciate if I could have information for the following type of monitoring.
1. databases checks
2. load checks
N.Viswanathan (SBA)
NagiosXI includes many different wizards and plugins for a whole range of databases. MSSQL, MySQL, Oracle, Mongo, etc. Is there a particular database you are interested in monitoring? Load checks can be done through snmp, nrpe and local scripts, among others. NRPE is highly extendable and plugable, so any cli utility you favor for load checks could be wrapped in a shell script, run by nrpe, and the output returned to the XI server. There may be some config time spent getting perfdata for the custom check to work correctly.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
sbaviswa
Posts: 17
Joined: Tue Jan 22, 2013 9:04 am

Re: How much bandwidth does NagiosXI require for monitoring?

Post by sbaviswa »

Hi Abrist

SNMP checks are used for
1. port status capture,
2. bandwidth measure for mrtg (rrd format)

With respect to database, it will be oracle.

regards
N.Viswanathan
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: How much bandwidth does NagiosXI require for monitoring?

Post by slansing »

How many SNMP checks do you average you will use? Ports per switch, and amount of switches, Oracal installation sizes and what you would be checking within them etc.
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: How much bandwidth does NagiosXI require for monitoring?

Post by mguthrie »

Most Nagios checks poll data once every 5mn on average. So the bandwidth usage to client machines is minimal. For SNMP devices it would be a form of snmpget every 5 minutes, for other devices, a ping every 5mn.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: How much bandwidth does NagiosXI require for monitoring?

Post by slansing »

It looks like you are working with sales on this, we are getting back to you via those channels, closing this and marking resolved.
Locked