nagios3 only doing one check attempt

john lists at cloned.org.uk
Wed Dec 2 10:38:47 CET 2009


On Mon, 30 Nov 2009, Marc Powell wrote:

> 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;
>                }

You are right. I'm currently changing the config one line at a time to 
see what else I added fixed it so I can do all the other services!

john

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
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