Sha256: c55ae589a2d6bcd8d8ba6881861db222b9a3ecd4968a52b6b15262f70dbb84c1

Contents?: true

Size: 679 Bytes

Versions: 4

Compression:

Stored size: 679 Bytes

Contents

<system>
  <metrics>
    @type cmetrics
  </metrics>
  enable_input_metrics <%= @enable_input_metrics %>
  enable_size_metrics <%= @enable_size_metrics %>
<%- unless @disable_rpc -%>
  rpc_endpoint <%= @rpc_endpoint %>
  enable_get_dump <%= @enable_get_dump %>
<%- end -%>
<system>
<source>
  @type calyptia_monitoring
  @id input_caplyptia_monitoring
  <cloud_monitoring>
<%- if @endpoint -%>
    endpoint <%= @endpoint %>
<%- end -%>
    api_key <%= @api_key %>
<%- if @fluentd_conf_path -%>
    fluentd_conf_path <%= @fluentd_conf_path %>
<%- end -%>
  </cloud_monitoring>
  <storage>
    @type local
    path <%= @storage_agent_token_dir %>/agent_state
  </storage>
</source>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-calyptia-monitoring-0.1.3 templates/calyptia-conf.erb
fluent-plugin-calyptia-monitoring-0.1.2 templates/calyptia-conf.erb
fluent-plugin-calyptia-monitoring-0.1.1 templates/calyptia-conf.erb
fluent-plugin-calyptia-monitoring-0.1.0 templates/calyptia-conf.erb