voxpupuli / puppet-collectd

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

Add support for EL9 #1005

Closed jovandeginste closed 2 years ago

jovandeginste commented 2 years ago

Signed-off-by: Jo Vandeginste Jo.Vandeginste@kuleuven.be

bastelfreak commented 2 years ago

thanks for the PR!

Rohlik commented 1 year ago

collectd-iptables won't work on EL9 as iptables are deprecated and collectd-nftables isn't exist so far. collectd-dbi won't also work on EL9 as package collectd-dbi (https://github.com/voxpupuli/puppet-collectd/blob/master/manifests/plugin/dbi.pp#L24) isn't exist in upstream repo due to missing build-deb libdbi-devel package in epel9 (bugzilla).