Date: Thursday, July 15, 2021 @ 14:16:35 Author: svenstaro Revision: 977314
upgpkg: netdata 1.31.0-3: Add fping optdep (FS#71492) Modified: netdata/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-15 14:14:24 UTC (rev 977313) +++ PKGBUILD 2021-07-15 14:16:35 UTC (rev 977314) @@ -3,7 +3,7 @@ pkgname=netdata pkgver=1.31.0 -pkgrel=2 +pkgrel=3 pkgdesc="Real-time performance monitoring, in the greatest possible detail, over the web" url="https://github.com/netdata/netdata" arch=('x86_64') @@ -20,6 +20,7 @@ 'python-mysqlclient: for monitoring MySQL/MariaDB databases' 'python-requests: for monitoring elasticsearch' 'hddtemp: for monitoring hhd temperature' + 'fping: for for fping module' 'apcupsd: for monitoring APC UPS' 'cups: for CUPS plugin' 'iw: for monitoring Linux as access point')
