retry_interval and retry_check_interval in Nagios3.0 service definitions

Marc Powell marc at ena.com
Sat May 10 13:51:32 CEST 2008



> -----Original Message-----
> From: nagios-users-bounces at lists.sourceforge.net [mailto:nagios-users-
> bounces at lists.sourceforge.net] On Behalf Of Gerald N. Ginsburg
> Sent: Friday, May 09, 2008 4:58 PM
> To: nagios-users at lists.sourceforge.net
> Subject: [Nagios-users] retry_interval and retry_check_interval in
Nagios3.0
> service definitions
> 
> Which is the correct directive to use in a service definition?  The
doc says
> retry_interval while the sample template with 3.0rc1 has
retry_check_interval.
> 
> 
> 
> Either directive can be used with verification error.  But do both
give the
> same behavior?

They are equivalent (at this time). In xdata/xodtemplate.c --

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

--
Marc

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
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