mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/netdata to 1.29.3-2
This commit is contained in:
parent
b6740d6d07
commit
2703676561
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=netdata
|
||||
pkgver=1.29.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web"
|
||||
url="https://github.com/netdata/netdata"
|
||||
arch=('x86_64')
|
||||
|
@ -14,6 +14,7 @@ license=('GPL')
|
|||
backup=('etc/netdata/netdata.conf')
|
||||
depends=('libmnl' 'libnetfilter_acct' 'zlib' 'judy' 'libuv' 'json-c' 'libcap' 'lz4' 'openssl' 'which' 'snappy' 'protobuf'
|
||||
'libwebsockets' 'mongo-c-driver')
|
||||
makedepends=('cups')
|
||||
optdepends=('nodejs: for monitoring named and SNMP devices'
|
||||
'lm_sensors: for monitoring hardware sensors'
|
||||
'iproute2: for monitoring Linux QoS'
|
||||
|
@ -23,6 +24,7 @@ optdepends=('nodejs: for monitoring named and SNMP devices'
|
|||
'python-requests: for monitoring elasticsearch'
|
||||
'hddtemp: for monitoring hhd temperature'
|
||||
'apcupsd: for monitoring APC UPS'
|
||||
'cups: for CUPS plugin'
|
||||
'iw: for monitoring Linux as access point')
|
||||
install=$pkgname.install
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/netdata/netdata/archive/v${pkgver}.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue