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 (7)
Article Rating (7 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 - Installing XI Fails To Install Dependency pymssql
Viewed 9879 times since Mon, Oct 17, 2016
NRPE - Agent and Plugin Explained
Viewed 75885 times since Fri, Jul 14, 2017
Nagios XI - Defining Global Environment Variables
Viewed 12152 times since Thu, Mar 17, 2016
API changes in Nagios XI 5.7
Viewed 5019 times since Tue, Feb 23, 2021
Nagios Core - How to Think with Nagios to Solve Monitoring Problems - NWC14
Viewed 8500 times since Mon, Feb 8, 2016
Nagios XI - Scheduled Backup Log Level
Viewed 6756 times since Tue, Apr 18, 2017
Nagios XI - Missing localhost Alerts
Viewed 7619 times since Sun, Nov 5, 2017
Nagios XI - WMI Authentication Problems
Viewed 7614 times since Thu, Feb 25, 2016
Nagios XI - MSSQL Query Wizard - Invalid characters in the username
Viewed 6564 times since Thu, Aug 3, 2017
Nagios XI - Can’t Log Into The Web Interface
Viewed 67169 times since Tue, Jan 27, 2015