mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 15:22:24 +01:00
main/rsyslog: enable clickhouse output module
This commit is contained in:
parent
a57a57478c
commit
fc977fc514
@ -6,7 +6,7 @@
|
||||
# Maintainer: Cameron Banta <cbanta@gmail.com>
|
||||
pkgname=rsyslog
|
||||
pkgver=8.2001.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Enhanced multi-threaded syslogd with database support and more."
|
||||
url="https://www.rsyslog.com/"
|
||||
arch="all !s390x" # limited by czmq
|
||||
@ -80,6 +80,7 @@ _plugins="
|
||||
uxsock:omuxsock
|
||||
zmq:imczmq:omczmq
|
||||
imdocker
|
||||
clickhouse:omclickhouse
|
||||
"
|
||||
for _i in $_plugins; do
|
||||
subpackages="$subpackages $pkgname-${_i%%:*}:_plugin"
|
||||
@ -108,6 +109,7 @@ build() {
|
||||
--enable-snmp \
|
||||
--enable-elasticsearch \
|
||||
--enable-omhttp \
|
||||
--enable-clickhouse \
|
||||
--enable-gnutls \
|
||||
--enable-mail \
|
||||
--enable-imdiag \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user