module-icinga2/templates/object_icingastatuswriter.conf.erb
2015-01-04 17:54:14 -08:00

20 satır
560 B
Text

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