Hosts and Services
Andreas Ericsson
ae at op5.se
Mon Jun 20 15:32:25 CEST 2005
craig cook wrote:
> Okay, that makes sense.
>
> What about this idea then... (some sort of flag for "execute this
> service test on the standard nagios retest policy for service
> failures").
>
Nagios schedules service checks continually no matter what state the
host is in. Host states only affect notification logic. If you knew this
already, I'm a bit curious as to what the proposed changes would accomplish.
> define host {
> host_name linux-server
> address 10.0.0.1
> parents linux-server2
> hostgroups web-servers
> }
>
> define service {
> service ping-linux-servers
> check_command_line ping ...
> execute_on_failure true
> }
>
> define service {
> service smtp-linux-servers
> check_command_line <smtp command>
> execute_on_failure false
> }
>
>
> define host_service {
> host_name linux-server
> service smtp-linux-servers
> contact_group linux-admins
> }
>
>
> Thanks
>
> Craig
>
> On Fri, 2005-06-17 at 17:36 -0400, Subhendu Ghosh wrote:
>
>>The model for hosts and services exist separately such that if one of a
>>number of services fails on a host, the host check command is used to
>>verify if the host is up/down before checking all the other services.
>>
>>Similarly if a host is down, parent hosts are checked to see if the path
>>to host is down or just the target host. This is also done using the host
>>check_command.
>>
>>So while it might look redundant from a data model perespective - it
>>actually is quite useful.
>>
>>-sg
>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> Nagios-devel mailing list
> Nagios-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-devel
>
--
Andreas Ericsson andreas.ericsson at op5.se
OP5 AB www.op5.se
Lead Developer
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
More information about the Developers
mailing list