module-icinga2/templates/object_endpoint.conf.erb

21 rader
516 B
Text

/**
* WARNING: This EndPoint is automatically generated by Puppet.
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
*/
/**
* A EndPoint 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 Endpoint "<%= @object_name %>" {
host = "<%= @host -%>"
<%- if @port -%>
port = <%= @port -%>
<%- end -%>
<%- if @log_duration -%>
log_duration = <%= @log_duration -%>
<%- end -%>
}