Search found 7 matches
- Tue May 19, 2015 1:39 pm
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
Actually in template definition we have defined only check_interval and retry_interval. But in the service object definition only I had specified like normal_check_interval and retry interval... I have comment over it and restarted the services still the same issue persist..
- Mon May 18, 2015 10:17 am
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
There is no limitation specified in the kernel level. Before that I have supplied the limitation on memory level in security limits but I have reverted due to this issue. Only thing I have found that every host and service checks will be rescheduled for a while and result never come back. While chec...
- Sun May 17, 2015 11:37 pm
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
Enclosed the service definition sample for your perusal, define service{ use switch-services host_name XXXXXXXX service_description DEVICE_PING_STATUS check_command check_ping!200.0,20%!600.0,60% normal_check_interval 5 retry_check_interval 1 contact_groups networkadmin } Service Check will happen e...
- Sun May 17, 2015 10:55 pm
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
Please find the nagios.cfg file for your information specifically check intervals, status_update_interval=10 # This is the interval at which Nagios should check for external commands. # This value works of the interval_length you specify later. If you leave # actual seconds rather than a multiple of...
- Fri May 15, 2015 11:40 am
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
Ya I have disabled the embedded perl interpreter. Still searching for the permanent solution to fix the same. The issue was occurring regularly , the host and the services are orphaned and rescheduled for a week so that the monitored host and services are not monitored and altered as expected.. Rega...
- Fri May 15, 2015 6:44 am
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Re: Service orphaned Issue
Hi, Again the same "service and host orphaned issue" persist on the nagios. I have tried out the following solutions 1) Killed the nagios multiple process threads 2) Increased the max concurrent check value and disabled the perl interrupter. 3) limit the memory limit in /etc/security/limit...
- Fri Mar 13, 2015 12:52 am
- Forum: Open Source Nagios Projects
- Topic: Service orphaned Issue
- Replies: 12
- Views: 4843
Service orphaned Issue
Hi, In our production, we are running nagios version 3.4.1 in CentOS release 5.8 64 bit on Hyper-V Instances. Now a days we are facing number of issues in the service check with the below error. Mar 13 01:47:46 XXXXXXXXX nagios: Warning: The check of service 'DEVICE_PING_STATUS' on host 'XXXXXX' loo...