Date: Monday, October 8, 2018 @ 01:27:49 Author: bisson Revision: 391060
enable AMQP plugin Modified: collectd/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-08 00:17:45 UTC (rev 391059) +++ PKGBUILD 2018-10-08 01:27:49 UTC (rev 391060) @@ -3,7 +3,7 @@ pkgname=collectd pkgver=5.8.0 -pkgrel=9 +pkgrel=10 pkgdesc='Daemon which collects system performance statistics periodically' url='https://collectd.org/' arch=('x86_64') @@ -34,7 +34,8 @@ 'lvm2: lvm plugin' 'protobuf-c: write_riemann plugin' 'mosquitto: MQTT plugin' - 'libmicrohttpd: prometheus plugin') + 'libmicrohttpd: prometheus plugin' + 'librabbitmq-c: amqp plugin') makedepends=(${optdepends[@]%:*}) depends=('libltdl' 'iptables' 'libnsl')
