Nagios server threshold

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
mayank__
Posts: 3
Joined: Wed Jun 14, 2017 4:03 am

Nagios server threshold

Post 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?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios server threshold

Post 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.
Former Nagios employee
User avatar
tacolover101
Posts: 432
Joined: Mon Apr 10, 2017 11:55 am

Re: Nagios server threshold

Post 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.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios server threshold

Post 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.
Locked