Re: [Nagios-users] [Nagios-devel] how to specify multiple dependencies

2008-10-09 Thread Andy Shellam
Hi Guillaume, >> define servicedependency { >> host_name A >> service_description X >> dependent_host_name B,C >> dependent_service_description Y >> } >> >> I think this says that service X on host A depends on ser

Re: [Nagios-users] [Nagios-devel] how to specify multiple dependencies

2008-10-08 Thread Guillaume Rousse
Andy Shellam a écrit : > Hi Guillaume (again!) > > I think you've got these the wrong way round. > > In your example, if service A depends on B or C, then hosts B and C > become the dependent hosts. Does this work? (I've not used service > dependencies a great deal so forgive me if I'm wrong.