+1, although this is really a patch against naginator. On Sep 14, 2009, at 1:43 PM, James Turnbull wrote:
> > > Signed-off-by: James Turnbull <[email protected]> > --- > lib/puppet/external/nagios/base.rb | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/lib/puppet/external/nagios/base.rb b/lib/puppet/ > external/nagios/base.rb > index 5185c92..69c2c6a 100755 > --- a/lib/puppet/external/nagios/base.rb > +++ b/lib/puppet/external/nagios/base.rb > @@ -423,9 +423,10 @@ class Nagios::Base > end > > newtype :serviceescalation do > - > setparameters > :host_name, :hostgroup_name, :service_description, :contacts, > - :contact_groups, :first_notification, :last_notification, > - :notification_interval > , :escalation_period, :escalation_options, > + > setparameters :host_name, :hostgroup_name, :servicegroup_name, > + :service_description, :contacts, :contact_groups, > + > :first_notification > , :last_notification, :notification_interval, > + :escalation_period, :escalation_options, > :register, :use, > :_naginator_name > > -- > 1.6.0.6 > > > > -- Finn's Law: Uncertainty is the final test of innovation. --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
