orphaned services

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
User avatar
jssingh
Posts: 110
Joined: Mon Apr 29, 2013 4:55 pm

orphaned services

Post by jssingh »

Hi,

I'm having problems with some of the systems that we are monitoring via nrpe. Apparently xinetd has an issue, but also nagios is sending way too many requests to the machines. On one of our systems the logs show that nagios sent over 100 service checks in less than a minute. But we only have 39 service checks on that system, so that didn't make any sense at all. I looked in the nagios logs and saw a bunch of these lines in there:

Code: Select all

Warning: The check of service 'service_name' on host 'host' looks like it was orphaned (results never came back).  I'm scheduling an immediate check of the service...
And since the xinetd problem seems to be because there were too many requests, this was just compounding the situation. I looked into turning of check_for_orphaned_services in nagios.cfg, but the documentation made it sound like that was a bad thing, so now I'm not sure what to do.

Has anyone else run into this? Any suggestions? Also, I'm not completely sure what an orphaned service is. How is it different from a service that timed out?

thanks,
-janice
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: orphaned services

Post by slansing »

I would take a look at this page, it is based on nagiosxi but it applies to core which runs in the backend:

http://support.nagios.com/wiki/index.ph ... g_Orphaned
Locked