Thanks!Box293 wrote:I have logged this issue here on GitHub:
https://github.com/NagiosEnterprises/na ... /issues/23
I have also reported it on tracker.nagios.org
http://tracker.nagios.org/view.php?id=670
Search found 5 matches
- Wed Feb 11, 2015 5:47 am
- Forum: Open Source Nagios Projects
- Topic: No host check retry, please
- Replies: 11
- Views: 9296
Re: No host check retry, please
- Tue Feb 10, 2015 4:34 am
- Forum: Open Source Nagios Projects
- Topic: No host check retry, please
- Replies: 11
- Views: 9296
Re: No host check retry, please
Hi, Try setting up an event handler and see if this is what you are looking for. All I want is to get a host down notification right after the first check attempt fails. I don't think using an event handler for this would be a good idea. This situation seems strange, because all the service checks t...
- Thu Feb 05, 2015 11:08 pm
- Forum: Open Source Nagios Projects
- Topic: No host check retry, please
- Replies: 11
- Views: 9296
Re: No host check retry, please
############################################################################## # # NAGIOS.CFG - Sample Main Config File for Nagios 4.0.8 # # Read the documentation for more information on this configuration # file. I've provided some comments here, but things may not be so # clear without further e...
- Thu Feb 05, 2015 1:23 am
- Forum: Open Source Nagios Projects
- Topic: No host check retry, please
- Replies: 11
- Views: 9296
Re: No host check retry, please
Here are the relevant portions of the debug: First attempt (host is down): [1423114586.341161] [001.0] [pid=9424] handle_async_host_check_result(test ...) [1423114586.341181] [016.1] [pid=9424] ** Handling async check result for host 'test' from 'Core Worker 14037'... [1423114586.341189] [001.0] [pi...
- Wed Feb 04, 2015 6:51 am
- Forum: Open Source Nagios Projects
- Topic: No host check retry, please
- Replies: 11
- Views: 9296
No host check retry, please
Hello, I'm running Nagios Core 4.0.8 on CentOS 6.5. I have a host defined as follows: define host{ host_name test alias test address X.X.X.X check_period 24x7 check_interval 1 retry_interval 1 max_check_attempts 1 check_command custom-check-host-alive notification_period 24x7 notification_interval 3...