Re: [Nagios-users] Bug or by design? services inheriting contacts from host

2009-07-13 Thread Marc Powell
On Jul 13, 2009, at 12:22 PM, Matt Nelson wrote: > Looking into this some more this is going to be a real PITA to > migrate our current configuration to handle this. If we migrate > this will require us to maintain contacts in the hosts and the > services both. How do others handle contac

Re: [Nagios-users] Bug or by design? services inheriting contacts from host

2009-07-13 Thread Matt Nelson
On Mon, Jul 13, 2009 at 7:25 AM, Matt Nelson wrote: > Thanks Marc. I guess I need to re-factor my configuration. I appreciate > you taking a minute to respond. > > > On Fri, Jul 10, 2009 at 6:19 PM, Marc Powell wrote: > >> >> On Jul 10, 2009, at 4:10 PM, Matt Nelson wrote: >> >> > Service: >> >

Re: [Nagios-users] Bug or by design? services inheriting contacts from host

2009-07-13 Thread Matt Nelson
Thanks Marc. I guess I need to re-factor my configuration. I appreciate you taking a minute to respond. On Fri, Jul 10, 2009 at 6:19 PM, Marc Powell wrote: > > On Jul 10, 2009, at 4:10 PM, Matt Nelson wrote: > > > Service: > > > > define service{ > > use noncritical-serv

Re: [Nagios-users] Bug or by design? services inheriting contacts from host

2009-07-10 Thread Marc Powell
On Jul 10, 2009, at 4:10 PM, Matt Nelson wrote: > Service: > > define service{ > use noncritical-service > host_name myHost > service_description myMonitor > check_command bla bla bla > contact_groups +myGroup2 > } > > >

[Nagios-users] Bug or by design? services inheriting contacts from host

2009-07-10 Thread Matt Nelson
Service: define service{ use noncritical-service host_name myHost service_description myMonitor check_command bla bla bla contact_groups +myGroup2 } Host: define host { use default