From 7c366402175d47dabf2b81c59065fee0aca725ed Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 24 May 2017 12:37:55 +0000 Subject: [PATCH] community/netdata to 1.6.0-4 --- community/netdata/PKGBUILD | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index 529795703..53b0b852e 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -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')