6646b3b392
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63 refs#7232: https://dev.icinga.org/issues/7232
21 sor
516 B
Text
21 sor
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 -%>
|
|
}
|