Search Criteria
Package Details: collectd 5.12.0-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/collectd.git (read-only, click to copy) |
---|---|
Package Base: | collectd |
Description: | Daemon which collects system performance statistics periodically |
Upstream URL: | https://collectd.org/ |
Licenses: | GPL |
Submitter: | arojas |
Maintainer: | lilydjwg (lilac) |
Last Packager: | lilac |
Votes: | 8 |
Popularity: | 0.85 |
First Submitted: | 2021-05-08 09:06 (UTC) |
Last Updated: | 2023-05-07 07:17 (UTC) |
Dependencies (59)
- iptables (iptables-fullconenat, iptables-fullconenat-nft, iptables-git, iptables-nft)
- libltdl (libtool-git, libtool)
- libnsl (libnsl-git)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- iproute2 (iproute2-git, busybox-coreutils, iproute2-selinux) (make)
- libatasmart (make)
- libdbi (make)
- libesmtp (make)
- libgcrypt (libgcrypt-git) (make)
- libmemcached (libmemcached-awesome) (make)
- libmicrohttpd (libmicrohttpd-git) (make)
- libnotify (libnotify-gtk2, libnotify-git) (make)
- liboping (make)
- libpcap (libpcap-git) (make)
- librabbitmq-c (make)
- libvirt (libvirt-remote-only, libvirt-git, libvirt-xen) (make)
- libxml2 (libxml2-git, libxml2-2.9) (make)
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git) (make)
- lvm2 (lvm2-git) (make)
- mariadb-libs (mariadb-libs-git, libmysqlclient, libmysqlclient80) (make)
- Show 39 more dependencies...
Required by (3)
- co2mon-git (optional)
- kcollectd
- scylla
Latest Comments
tolumak commented on 2023-05-07 08:42 (UTC)
waow, what a prompt fix! Thank you very much!
lilydjwg commented on 2023-05-07 07:17 (UTC)
Thanks, it's fixed (actually I fixed it earlier but AUR was having issues at the time).
tolumak commented on 2023-05-07 05:44 (UTC)
Hello, collectd does not build anymore with Python 3.11. This is related to this issue https://github.com/collectd/collectd/issues/4027 that is not corrected in 5.12.0.
The patch is straightforward, can you please change PKGBUILD to apply it?
RuneArch commented on 2022-08-10 22:57 (UTC)
Currently doesn't compile without a tweak to mount.h Reported upstream: https://github.com/collectd/collectd/issues/4034
JP-Ellis commented on 2021-07-13 08:09 (UTC)
Oh, apologies. I this was for the
stackdriver-collectd
instead ofcollectd
package. Glad I could help a little still with the service :)lilydjwg commented on 2021-07-13 05:43 (UTC)
Nothing should be installed into /opt. Please check if your PKGBUILD is different somehow.
I'll update the service file to use Type=notify, skipping the collectdmon thing.
JP-Ellis commented on 2021-07-12 22:55 (UTC) (edited on 2021-07-12 23:08 (UTC) by JP-Ellis)
Is there any reason this is installed in
/opt/collectd
? It appears to me that the directory structure within/opt/collectd
is compatible with having it installed within/usr
.It would also make more sense to have the configuration files in
/etc
(instead of/opt/etc
) and the PID file in/run
, etc.Lastly, I'm not really sure the service should be forking. You can add the
-f
flag to prevent forking which I believe systemd prefers.