module-icinga2/templates/object_filelogger.conf.erb

18 lines
457 B
Text

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