voxpupuli / puppet-collectd

Collectd module for Puppet
https://forge.puppet.com/puppet/collectd
Apache License 2.0
69 stars 272 forks source link

ovs_stats port number mismatch #958

Closed mrunge closed 4 years ago

mrunge commented 4 years ago

The port number for ovs_stats port is a string, see https://github.com/collectd/collectd/blob/main/src/collectd.conf.in#L1339

in in puppet-collectd, it is a port https://github.com/voxpupuli/puppet-collectd/blob/master/manifests/plugin/ovs_stats.pp#L42

Ticks are missing around https://github.com/voxpupuli/puppet-collectd/blob/master/templates/plugin/ovs_stats.conf.erb#L3 (port).