object_icingastatuswriter.conf.erb 560 B

1234567891011121314151617181920
  1. /**
  2. * WARNING: This IcingaStatusWriter is automatically generated by Puppet.
  3. * ANY MANUAL CHANGES TO IT WILL GET OVERWRITTEN!
  4. */
  5. /**
  6. * A IcingaStatusWriter definition. You can create your own configuration files
  7. * in the conf.d directory (e.g. one per commnand). By default all *.conf
  8. * files in this directory are included.
  9. *
  10. */
  11. object IcingaStatusWriter "<%= @object_name %>" {
  12. <%- if @status_path -%>
  13. status_path = LocalStateDir + "<%= @status_path -%>"
  14. <%- end -%>
  15. <%- if @update_interval -%>
  16. update_interval = <%= @update_interval -%>
  17. <%- end -%>
  18. }