From f2bc8aafcb9965b08a2442ed22b8942ade1f9b9d Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Tue, 15 Sep 2009 06:42:57 +1000 Subject: Fixed #2634 - Added servicegroup_name parameter to serviceescalation type --- lib/puppet/external/nagios/base.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/puppet/external/nagios/base.rb b/lib/puppet/external/nagios/base.rb index 5185c92f7..69c2c6aab 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 -- cgit