Hi all.
I recently received the specs for my new Nagios server and its pretty awesome. Max of 32 CPUs, 512GB RAM, and countless TB of HDD space. I have two questions in relation to this info:
1) Does Nagios care what sort of hardware its running on? For example, will upgrading from 8 cores to 16 cores kill Nagios or will it just use up the extra power to process checks?
2) Does Nagios have comprehensive resource calculation to determine actual usage? For example, assuming my previous upgrade to 16 cores, will Nagios calculations take into account the multiple cores or does it hit a ceiling that it can't calculate beyond? (Are the calculations published anywhere?)
How does Nagios handle hardware upgrades?
-
cwscribner
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
- Contact:
How does Nagios handle hardware upgrades?
Last edited by cwscribner on Tue Dec 27, 2011 10:05 am, edited 1 time in total.
Re: How does Nagios handle hardware upgrades?
I had to run this one by our lead developer, I'm a bit out of my league on this question ; )
Re: How does Nagios handle hardware upgrades?
Yes, Nagios Core can make use of multiple processors/cores.
The main "thread" can't, but that is only used for event scheduling. The actual host and service checks are forked off the main thread and may be run in other processors/cores. Ultimately, its ups to the kernel to decide which proc/core the checks run in.
Upgrading/downgrading processors/cores won't harm/benefit Nagios other than affecting performance as it would with other applications
Hope that helps.
The main "thread" can't, but that is only used for event scheduling. The actual host and service checks are forked off the main thread and may be run in other processors/cores. Ultimately, its ups to the kernel to decide which proc/core the checks run in.
Upgrading/downgrading processors/cores won't harm/benefit Nagios other than affecting performance as it would with other applications
Hope that helps.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Ethan Galstad
President
Ethan Galstad
President
-
cwscribner
- Posts: 316
- Joined: Thu Mar 31, 2011 9:54 am
- Location: Patten, ME
- Contact:
Re: How does Nagios handle hardware upgrades?
That does help, thanks. My client has decided to upgrade to an AMD Opteron 6274 16-core so I'm glad to know it'll work.
Can you elaborate any further on the calculations that Nagios does to generate usage stats? Is there a point in which hardware will exceed the monitoring capabilities?
Can you elaborate any further on the calculations that Nagios does to generate usage stats? Is there a point in which hardware will exceed the monitoring capabilities?
Re: How does Nagios handle hardware upgrades?
What info in-particular are you needing?Can you elaborate any further on the calculations that Nagios does to generate usage stats?
Code: Select all
Is there a point in which hardware will exceed the monitoring capabilities?