cookbook-openstack-compute/templates/default/collectd-plugin-libvirt.conf.erb
2012-06-18 13:27:37 -05:00

10 lines
291 B
Plaintext

# This file autogenerated by Chef
# Do not edit, changes will be overwritten
LoadPlugin "<%= @name %>"
<Plugin "<%= @name %>">
Connection "<%= @options['Connection'] %>"
RefreshInterval "<%= @options['RefreshInterval'] %>"
HostnameFormat "<%= @options['HostnameFormat'] %>"
</Plugin>