20 rindas
560 B
Text
20 rindas
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 -%>
|
|
}
|