module-icinga2/templates/object_filelogger.conf.erb

19 lines
456 B
Text
Raw Normal View History

2014-11-26 13:51:44 +01:00
/**
* 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 -%>"
}