module-icinga2/templates/object_checkresultreader.conf.erb
2014-11-20 19:09:25 -05:00

20 line
583 B
Text

/**
* WARNING: This CheckResultReader definition is automatically generated by Puppet.
* ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
*/
/**
* A CheckResultReader 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.
*
*/
library "compat"
object CheckResultReader "<%= @object_checkresultreadername %>" {
<%#- If any of the @ parameters are undefined, don't print anything for them: -%>
<%- if @spool_dir -%>
spool_dir = "<%= @spool_dir %>"
<%- end -%>
}