Home » Categories » Multiple Categories

Nagios Core - Failed to register iobroker

Problem Description

This KB article addresses the following errors you may see in the nagios.log file:

[1504231962] wproc: Core Worker 68003: Failed to register iobroker for stdout
[1504231962] wproc: Core Worker 68003: Failed to register iobroker for stderr
[1504231962] Warning:  Check of host 'SOME_HOST' did not exit properly!
[1504231962] HOST ALERT: SOME_HOST;UNREACHABLE;SOFT;1;(Host check did not exit properly)

 
 

Resolution

This problem can occur when custom operating system limits restrict the max number of processes that can be executed.

Custom limits are defined in the /etc/security/limits.conf file, here is an example of limits defined in openSUSE Leap 42.x:

# harden against fork-bombs
*               hard    nproc           1700
*               soft    nproc           1200
root            hard    nproc           3000
root            soft    nproc           1850

 

You will need to increase the hard and soft values to resolve the problems you are experiencing, for example:

 

# harden against fork-bombs
*               hard    nproc           10000
*               soft    nproc           10000
root            hard    nproc           10000
root            soft    nproc           10000

 

After making the changes it is recommended to reboot the operating system to ensure the limits are applied.

 

If the change does not fix the problem then you should increase the values again.

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
How To Clear Solaris Service Maintenance Status
Viewed 27422 times since Mon, Mar 6, 2017
Nagios Core - Nagios did not exit in a timely manner
Viewed 5924 times since Wed, Jan 27, 2016
Nagios XI - Defining Global Environment Variables
Viewed 9171 times since Thu, Mar 17, 2016
Nagios Core - ERROR: Could not create or update nagios.configtest
Viewed 7030 times since Mon, Oct 16, 2017
Nagios XI - NSP: Sorry Dave, I can’t let you do that
Viewed 21441 times since Tue, Jan 27, 2015
Nagios XI - mysql_error out of range value for column
Viewed 5588 times since Tue, Aug 14, 2018
Nagios XI - Upgrade errors - root.crontab.orig: cannot overwrite existing file
Viewed 3916 times since Tue, Jan 26, 2016
Nagios XI - Status Information Cut Off At 256 Characters
Viewed 7058 times since Thu, Feb 25, 2016
Nagios XI - Crashed Database Tables
Viewed 56067 times since Tue, Jan 27, 2015
Nagios XI - Missing localhost Alerts
Viewed 5913 times since Sun, Nov 5, 2017