THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
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/



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1 (9)
Article Rating (9 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
Nagios XI - Migrate Performance Data
Viewed 15276 times since Tue, Jan 26, 2016
Nagios XI - Reset Upgrade Status In Web Interface
Viewed 13668 times since Tue, May 7, 2019
PHPMailer - Troubleshooting Using Debug Logging
Viewed 41097 times since Tue, Aug 14, 2018
Nagios XI - Apply Configuration Fails - Backend login to the Core Configuration failed
Viewed 28029 times since Tue, Aug 2, 2016
Nagios XI - Installing Latest SourceGuardian Loaders
Viewed 10012 times since Mon, Jun 18, 2018
Nagios XI - SQL Error [nagiosxi] : ERROR: syntax error
Viewed 9914 times since Sun, Sep 10, 2017
Nagios XI - Issues with mod_gearman and Performance Data Newlines: "\n"
Viewed 5317 times since Tue, Feb 2, 2016
Nagios XI - Scheduled Backups No Longer Working
Viewed 10119 times since Fri, Jun 3, 2016
How To Clear Solaris Service Maintenance Status
Viewed 35741 times since Mon, Mar 6, 2017
ERROR: Please add the ’Optional’ channel to your Red Hat systems subscriptions
Viewed 29907 times since Tue, Jan 26, 2016