Page 1 of 1
How much bandwidth does NagiosXI require for monitoring?
Posted: Sat Feb 09, 2013 7:18 am
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)
Re: How much bandwidth does NagiosXI require for monitoring?
Posted: Mon Feb 11, 2013 12:02 pm
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.
Re: How much bandwidth does NagiosXI require for monitoring?
Posted: Tue Feb 19, 2013 3:08 am
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
Re: How much bandwidth does NagiosXI require for monitoring?
Posted: Tue Feb 19, 2013 10:26 am
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.
Re: How much bandwidth does NagiosXI require for monitoring?
Posted: Tue Feb 19, 2013 10:29 am
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.
Re: How much bandwidth does NagiosXI require for monitoring?
Posted: Tue Feb 19, 2013 11:07 am
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.