Issue #1412 has been reported by lludwig. ---------------------------------------- Bug #1412: event_handler missing from nagios_service type http://reductivelabs.com/redmine/issues/show/1412
Author: lludwig Status: Unreviewed Priority: Low Assigned to: Category: Target version: Keywords: Complexity: Unknown Patch: None Affected version: 0.24.4 based upon the documentation nagios_service should allow event_handler but errors out. http://reductivelabs.com/trac/puppet/wiki/TypeReference#nagios-service Created a patch to fix the issue. <pre> --- base.rb.orig 2008-07-10 20:50:08.000000000 -0400 +++ base.rb 2008-07-10 20:50:39.000000000 -0400 @@ -381,7 +381,7 @@ :normal_check_interval, :retry_check_interval, :contact_groups, :notification_interval, :notification_period, :notification_options, :service_description, :host_name, :freshness_threshold, - :check_command + :check_command, :event_handler suppress :host_name </pre> ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
