nagios3 only doing one check attempt

Marc Powell marc at ena.com
Mon Nov 30 20:17:39 CET 2009


On Nov 30, 2009, at 12:05 PM, john wrote:

> normal_check_interval and retry_check_interval were renamed to 
> check_interval and retry_interval respectively. Now to go and update all 
> my config files :/

They're interchangeable at this point. Either will produce the exact same results.

        else if(!strcmp(variable,"check_interval") || !strcmp(variable,"normal_check_interval")){
            temp_host->check_interval=strtod(value,NULL);
            temp_host->have_check_interval=TRUE;
                }
        else if(!strcmp(variable,"retry_interval") || !strcmp(variable,"retry_check_interval")){
            temp_host->retry_interval=strtod(value,NULL);
            temp_host->have_retry_interval=TRUE;
                }

--
Marc


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list