mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/netdata to 1.6.0-4
This commit is contained in:
parent
e98ad3bc1a
commit
7c36640217
1 changed files with 15 additions and 8 deletions
|
@ -6,19 +6,26 @@
|
|||
|
||||
pkgname=netdata
|
||||
pkgver=1.6.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web."
|
||||
url="https://github.com/firehol/netdata/wiki"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
depends=('libmnl' 'libnetfilter_acct' 'zlib')
|
||||
optdepends=('nodejs: Webbox plugin'
|
||||
'lm_sensors: sensors module')
|
||||
backup=('etc/netdata/netdata.conf'
|
||||
'etc/netdata/charts.d.conf'
|
||||
'etc/netdata/apps_groups.conf'
|
||||
'etc/netdata/health_alarm_notify.conf'
|
||||
'etc/netdata/health_email_recipients.conf')
|
||||
optdepends=('nodejs: for monitoring named and SNMP devices'
|
||||
'lm_sensors: for monitoring hardware sensors'
|
||||
'iproute2: for monitoring Linux QoS'
|
||||
'python: for most of the external plugins'
|
||||
'python-psycopg2: for monitoring PostgreSQL databases'
|
||||
'python-mysqldb: for monitoring mysql databases'
|
||||
'python-requests: for monitoring elasticsearch'
|
||||
'hddtemp: for monitoring hhd temperature'
|
||||
'network-ups-tools: for monitoring UPS'
|
||||
'apcupsd: for monitoring APC UPS'
|
||||
'iw: for monitoring Linux as access point')
|
||||
backup=('etc/netdata/'{apps_groups,charts.d,health_alarm_notify,health_email_recipients,netdata,python.d}.conf
|
||||
'etc/netdata/health.d/'{apache,cpu,disks,entropy,memcached,mysql,named,net,nginx,qos,ram,redis,retroshare,squid,swap}.conf
|
||||
'etc/netdata/python.d/'{apache_cache,apache,cpufreq,dovecot,example,exim,hddtemp,ipfs,memcached,mysql,nginx,nginx_log,phpfpm,postfix,redis,retroshare,sensors,squid,tomcat}.conf)
|
||||
install="$pkgname.install"
|
||||
source=("https://github.com/firehol/netdata/releases/download/v${pkgver}/netdata-${pkgver}.tar.xz")
|
||||
sha512sums=('e091c2b3a619f62c209d2de8389bc33f98159071730344b17b66a766a3dcf2f598c95f10dbaf1421e32a468f18c975373291e3909002e9bf21dea9939559e1fc')
|
||||
|
|
Loading…
Reference in a new issue