From 71b400b3e0e219f07a3c47afdb07053b19c586c7 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Fri, 12 Apr 2019 17:44:15 +0000 Subject: [PATCH] community/netdata to 1.13.0-2 --- community/netdata/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/netdata/PKGBUILD b/community/netdata/PKGBUILD index 0e7f8d78d..23643b2ae 100644 --- a/community/netdata/PKGBUILD +++ b/community/netdata/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netdata pkgver=1.13.0 -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') @@ -18,6 +18,7 @@ optdepends=('nodejs: for monitoring named and SNMP devices' 'iproute2: for monitoring Linux QoS' 'python: for most of the external plugins' 'python-psycopg2: for monitoring PostgreSQL databases' + 'python-mysqlclient: for monitoring MySQL/MariaDB databases' 'python-requests: for monitoring elasticsearch' 'hddtemp: for monitoring hhd temperature' 'apcupsd: for monitoring APC UPS'