module-icinga2/templates/object_timeperiod.conf.erb
2014-11-11 21:23:01 -08:00

31 líneas
916 B
Text

/**
* WARNING: This NotificationCommand definition is automatically generated by Puppet.
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
*/
/**
* A TimePeriod definition. You can create your own configuration files
* in the conf.d directory (e.g. one per commnand). By default all *.conf
* files in this directory are included.
*
*/
object TimePeriod "<%= @object_name %>" {
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
<%#- Otherwise, include the parameter: -%>
<%- if @timeperiod_template_to_import -%>
import "<%= @timeperiod_template_to_import -%>"
<%- end -%>
display_name = "<%= @timeperiod_display_name %>"
<%- if @methods_update -%>
methods.update = "<%= @methods_update -%>"
<%- end -%>
<%- if @ranges.empty? != true -%>
ranges = {
<%- @ranges.each_pair do |key,value| -%>
"<%= key %>" = "<%= value %>"
<%- end -%>
}
<%- end -%>
}