Emma Foley 3e98d4f26a Create separate config files for collectd plugins
- Add collectd-ceilometer-plugin.conf to etc/collectd.conf.d/
- Add logfile.conf to etc/collectd.conf.d/
- Add default values to the collectd-ceilometer-plugin.conf
- Add default values to the logfile.conf
During deployment:
- Add substitutions for the vars

Change-Id: I196367e6f48af94c053b149596c57a735109b9ed
2016-12-05 15:20:43 +00:00

7 lines
125 B
Plaintext

LoadPlugin "logfile"
<Plugin "logfile">
LogLevel "info"
File "/opt/stack/screen/collectd.log"
Timestamp true
</Plugin>