Re: [Nagios-devel] Service parents...

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Service parents...

Post by Guest »

On 2012-09-14 18:45, Andreas Ericsson wrote:
> For the (extremely) common "depend on a client version check" thing,
> that would look something like this:
> define service {
> use some-suitable-template
> host_name A
> description NRPE Disk /
> parents NRPE Version Check
> }
Can I do

define service {
use some-suitable-template
host_name A
description PING
parents switchA;PING
}

or do I need a service dependency for that?

Thanks

--
Best regards
Johannes Dagemark
Dagemark Innovation AB
Tel: +46 733 709024
Email:[email protected]






This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked