Page 1 of 1

Nagios server threshold

Posted: Wed Jun 28, 2017 4:46 am
by mayank__
Moderator Edit: This thread has been moved from the Nagios Core Development subforum as it does not pertain to the development of Core. Please take care to post in the correct place in the future.

How many servers can nagios monitor at an instance?
How nagios monitors multiple servers, use round robin algorithm or something else?

Re: Nagios server threshold

Posted: Wed Jun 28, 2017 10:29 am
by tmcdonald
How many server a single Nagios instance can monitor is mostly up to the hardware on the instance and the frequency of the checks. It's hard to give an estimate without any info, but I've seen well over 100k checks on one machine.

As for how it does, Nagios operates on a a check interval basis, so you determine how often to check a given server and Nagios balances the checks out slightly so they do not all run on the same second.

Re: Nagios server threshold

Posted: Thu Jun 29, 2017 9:54 pm
by tacolover101
the more often your checks run, the more resources it'll require. depending on the plugins you're using as well, this can cause resource usage to deplete pretty quick.

look at using mod_gearman if you have a large setup, or perhaps segregate our your instances based on location, and bring them together with the new Nagios fusion 4 once it comes out.

Re: Nagios server threshold

Posted: Fri Jun 30, 2017 10:29 am
by dwhitfield
@mayank__, it's written for XI, but you can certainly take the concepts of https://assets.nagios.com/downloads/nag ... ios-XI.pdf and apply them to Core.