CPU Load Spike daily

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: CPU Load Spike daily

Post by BanditBBS »

Is there any status on getting these changes released?
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: CPU Load Spike daily

Post by abrist »

Eric has some new code out in a release candidate. The following text is from the announcement. You may want to try upgrading core on one of your test servers with this release.
Nagios Core 4.0.8rc1, a First Release Candidate of Nagios Core 4.0.8,
has just been posted for wider testing and can be downloaded from
http://nagios.org/download

This version of Nagios Core incorporates many improvements, notably:
* JSON API output is better aligned with the standard, and output size
limits have been lifted.
* Check scheduling has been modified to prevent bunching checks at the
start of their timeperiod.
* Auto-rescheduling of checks has been reimplemented. This can be
enabled by setting auto_reschedule_checks=1 in nagios.cfg, and adjusted
by setting auto_rescheduling_interval and auto_rescheduling_window as
described in the Core 4 Documentation:
http://nagios.sourceforge.net/docs/nagi ... ule_checks.
Auto-rescheduling smoothes the check schedule as it changes over time,
and together with the previous improvements, helps to give a more
uniform system load.

* Core workers handle variable assignments at the start of simple
commands that otherwise don't require a subshell, eliminating the need
for most uses of env.


Thanks to all who reported bugs, contributed patches, and helped test
the updated code. The Changelog is below.

4.0.8rc1 - 08/06/2014
------------------
ENHANCEMENTS
* Removed 8 kB string size limitation in JSON CGIs (Eric Stanley)
* Re-implemented auto-rescheduling of checks (Eric Mislivec)
* Avoid bunching of checks delayed due to timeperiod constraints (Eric
Stanley)
* Limit the number of autocalculated core workers to not spawn too many
on large systems (Eric Mislivec, Janice Singh)


FIXES
* Fixed segfault in archive JSON CGI when plugin output was empty (Eric
Stanley)
* Fixed several possibilities for buffer overflow (Eric Mislivec,
Dirkjan Bussink)
* Fixed Tracker #582, #626: Handle VAR=VAL assignments at the start of
simple commands (Eric Mislivec, Phil Randal)
* Corrected worker communication protocol documentation (Phil Mayers)
* Fixed init script to leave config test log in a better location, let
sysconfig override init script variables, and not remove nagios.cmd when
attempting to start with another instance running (Eric Mislivec, Robin
Kearney)
* Fixed Tracker #361: Downtime notifications not displayed properly
(Andrew Widdersheim)
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.
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

Re: CPU Load Spike daily

Post by BanditBBS »

Thanks for the reply Andy, hopefully this fixes the issues for users having problems. If I can find the time I will definitely try on a test box, unfortunately, not sure how likely that will be, already putting in 60-100 hours a week.

Hoping the wider testing goes well/quick and then XI 2014r1.4 comes soon after :lol:
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: CPU Load Spike daily

Post by abrist »

Yeah, I don't want to live up to my forum rank namesake on this one. Here's hoping!
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.
Locked