aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/metrics/collectd.pp
AgeCommit message (Collapse)AuthorFilesLines
2017-01-18updates to collectd supportLars Kellogg-Stedman1-48/+63
Based on Steve Hardy's comments in https://review.openstack.org/#/c/413748/, we need to move handling of the list of plugins out of the heat templates and into puppet. This module now uses the service_names variable to look up information on per-service collectd plugins. Change-Id: Ie5fba01e1f91ffdc39eb0eb1be9b1464c797b04f
2016-12-16add support for collectdLars Kellogg-Stedman1-0/+88
This is the glue between the collectd composable service in tripleo-heat-templates and the puppet-collectd module. Change-Id: I7e899e3af870b04dcd45503bd322278997fa53d0