Commit Graph

5 Commits (main)

Author SHA1 Message Date
Dustin 9ef70b2969 Avoid clobbering RPMDB in final container
ContainerImages/collectd/pipeline/head This commit looks good Details
Installing the RPMs in an alternate root and then copying the contents
of that root to the final container rootfs overwrites the RPM database
in the latter with the one from the former.  This isn't necessarily
a problem per se, but it makes troubleshooting difficult.  To avoid
this, we can install the RPMs directly in the final filesystem, which
mutates the RPMDB without overwriting it.
2024-05-25 11:43:25 -05:00
Dustin 18e3214424 Fix dependency install for collectd-sensors
I'm not sure what changed, but the *libi2c* package is no longer
required for *collectd-sensors*.  *lm_sensors-libs*, on the other hand,
is required; maybe it was before and I missed it.
2024-05-25 11:41:28 -05:00
Dustin 7d72f5bc5c Rebase on Fedora 40
ContainerImages/collectd/pipeline/head There was a failure building this commit Details
2024-05-25 11:12:27 -05:00
Dustin 2764541006 Add NUT plugin
ContainerImages/collectd/pipeline/head There was a failure building this commit Details
The *collectd-nut* package pulls in *nut-client*, which in turn pulls in
Python (for PyNUT).  Since collectd only needs `libupsclient.so.6`, we
can extact it from the *nut-client* package and install it manually,
avoiding the dependency explosion.
2024-01-17 17:51:03 -06:00
Dustin 4ac5581d3c Initial commit 2024-01-17 10:39:52 -06:00