Hi Team,
Can you please let us know how many IOPS we required for NagiOS XI server in VMWare for 4000 devices with 50,000 checks in a 5 minute interval and also suggest us which raid level is suitable for this environment.....
thanks in advance
NagiosXI IOPS
NagiosXI IOPS
System:
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Nagios XI Version : 2012R2.2 | PHP Version: 5.3.3
Offloaded MySQL DB on another virtual machine
16 CPU with 2 cores each | 32 GB RAM | 1 TB HDD
CentOS-6.3 |Total = 4,000 hosts| 40,000 services.
Re: NagiosXI IOPS
Well, lets do some math. 50,000 checks on a 5 minute interval = 10,000 a minute, which is about 167 checks a second. This assumes that there is only 1 operation per check, usually, there is a bit more, at minimum most checks will cause nagios to perform the following tasks:
- write to the nagios.log file
- write performance data through rrdtool to an rrd.
- insert the check information into the database which usually includes updating the status table, inserting into the statehistory table, and some other things .
So I would assume you are looking at an absolute bare minimum of 400-500 iops in your environment.
Depending on the check, it could be much, much higher if the plugin in question performs additional i/o operations.
- write to the nagios.log file
- write performance data through rrdtool to an rrd.
- insert the check information into the database which usually includes updating the status table, inserting into the statehistory table, and some other things .
So I would assume you are looking at an absolute bare minimum of 400-500 iops in your environment.
Depending on the check, it could be much, much higher if the plugin in question performs additional i/o operations.
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.
"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.