summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2017-07-18 14:43:22 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2017-07-18 14:43:22 +0000
commit5c3f44f395ff17f6fae19889bd67df704df295af (patch)
treebc0fc781923f13ff291b2721e2008332363a97d7 /net-mgmt
parentsysutils/py-diffoscope: update to version 84 (diff)
net-mgmt/netdata: Update to new release of 1.7.0
This version update includes: * Fix of building on FreeBSD 12 included on upstream. * netdata now monitors ZFS (on Linux and FreeBSD)! * netdata now monitors ElasticSearch, RabbitMQ, Go applications (via expvar), ipfw (on FreeBSD 11), samba, squid logs (with web_log plugin!). * netdata is now a (very fast) fully featured statsd server and the only one with automatic visualization. Reviewed by: mat (mentor) Approved by: mat (mentor) Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D11626
Notes
Notes: svn path=/head/; revision=446144
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netdata/Makefile14
-rw-r--r--net-mgmt/netdata/distinfo6
-rw-r--r--net-mgmt/netdata/pkg-plist15
3 files changed, 24 insertions, 11 deletions
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 2c3e4a79e2e6..0697cfce25b2 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PORTNAME= netdata
-PORTVERSION= 1.6.0
+PORTVERSION= 1.7.0
+DISTVERSIONPREFIX=v
CATEGORIES= net-mgmt
MAINTAINER= mmokhi@FreeBSD.org
@@ -10,14 +11,11 @@ COMMENT= Scalable distributed realtime performance and health monitoring
LICENSE= GPLv3
-BUILD_DEPENDS+= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid
-LIB_DEPENDS+= libuuid.so:misc/e2fsprogs-libuuid
-
-BROKEN_FreeBSD_12= fails to compile: freebsd_sysctl.c: storage size of 'vmmeter_data' isn't known
+BUILD_DEPENDS= ${LOCALBASE}/include/uuid/uuid.h:misc/e2fsprogs-libuuid
+LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
USE_GITHUB= yes
GH_ACCOUNT= firehol
-GH_TAGNAME= f5fa346
NETDATA_CACHE= /var/cache/${PORTNAME}
NETDATA_LOG= /var/log/${PORTNAME}
@@ -31,11 +29,11 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
-SUB_LIST+= NETDATA_CACHE=${NETDATA_CACHE} \
+SUB_LIST= NETDATA_CACHE=${NETDATA_CACHE} \
NETDATA_LOG=${NETDATA_LOG} \
NETDATA_PERST=${NETDATA_PERST}
-PLIST_SUB+= NETDATA_CACHE=${NETDATA_CACHE} \
+PLIST_SUB= NETDATA_CACHE=${NETDATA_CACHE} \
NETDATA_LOG=${NETDATA_LOG} \
NETDATA_PERST=${NETDATA_PERST}
diff --git a/net-mgmt/netdata/distinfo b/net-mgmt/netdata/distinfo
index 0223433344a4..9aa73e40ca9b 100644
--- a/net-mgmt/netdata/distinfo
+++ b/net-mgmt/netdata/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1490178032
-SHA256 (firehol-netdata-1.6.0-f5fa346_GH0.tar.gz) = e9101bbc2628bedcf7755cde23f33884e8c64cb051b36154996bcd44387dad78
-SIZE (firehol-netdata-1.6.0-f5fa346_GH0.tar.gz) = 2526672
+TIMESTAMP = 1500370319
+SHA256 (firehol-netdata-v1.7.0_GH0.tar.gz) = ad57facc58f97f03cd2390ba2ffd253807fb641ec1afc390a81a4e4809287095
+SIZE (firehol-netdata-v1.7.0_GH0.tar.gz) = 2646936
diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist
index 9ce082e5a2e7..f18f26e38387 100644
--- a/net-mgmt/netdata/pkg-plist
+++ b/net-mgmt/netdata/pkg-plist
@@ -32,8 +32,10 @@
%%ETCDIR%%/health.d/ipfs.conf
%%ETCDIR%%/health.d/ipmi.conf
%%ETCDIR%%/health.d/isc_dhcpd.conf
+%%ETCDIR%%/health.d/lighttpd.conf
%%ETCDIR%%/health.d/mdstat.conf
%%ETCDIR%%/health.d/memcached.conf
+%%ETCDIR%%/health.d/mongodb.conf
%%ETCDIR%%/health.d/mysql.conf
%%ETCDIR%%/health.d/named.conf
%%ETCDIR%%/health.d/nginx.conf
@@ -43,10 +45,12 @@
%%ETCDIR%%/health.d/squid.conf
%%ETCDIR%%/health.d/varnish.conf
%%ETCDIR%%/health.d/web_log.conf
+%%ETCDIR%%/health.d/zfs.conf
%%ETCDIR%%/health_alarm_notify.conf
%%ETCDIR%%/health_email_recipients.conf
%%ETCDIR%%/node.d.conf
%%ETCDIR%%/node.d/README.md
+%%ETCDIR%%/node.d/fronius.conf.md
%%ETCDIR%%/node.d/named.conf.md
%%ETCDIR%%/node.d/sma_webbox.conf.md
%%ETCDIR%%/node.d/snmp.conf.md
@@ -56,11 +60,13 @@
%%ETCDIR%%/python.d/bind_rndc.conf
%%ETCDIR%%/python.d/cpufreq.conf
%%ETCDIR%%/python.d/dovecot.conf
+%%ETCDIR%%/python.d/dns_query_time.conf
%%ETCDIR%%/python.d/elasticsearch.conf
%%ETCDIR%%/python.d/example.conf
%%ETCDIR%%/python.d/exim.conf
%%ETCDIR%%/python.d/fail2ban.conf
%%ETCDIR%%/python.d/freeradius.conf
+%%ETCDIR%%/python.d/go_expvar.conf
%%ETCDIR%%/python.d/haproxy.conf
%%ETCDIR%%/python.d/hddtemp.conf
%%ETCDIR%%/python.d/ipfs.conf
@@ -75,14 +81,17 @@
%%ETCDIR%%/python.d/phpfpm.conf
%%ETCDIR%%/python.d/postfix.conf
%%ETCDIR%%/python.d/postgres.conf
+%%ETCDIR%%/python.d/rabbitmq.conf
%%ETCDIR%%/python.d/redis.conf
%%ETCDIR%%/python.d/retroshare.conf
+%%ETCDIR%%/python.d/samba.conf
%%ETCDIR%%/python.d/sensors.conf
%%ETCDIR%%/python.d/smartd_log.conf
%%ETCDIR%%/python.d/squid.conf
%%ETCDIR%%/python.d/tomcat.conf
%%ETCDIR%%/python.d/varnish.conf
%%ETCDIR%%/python.d/web_log.conf
+%%ETCDIR%%/statsd.d/example.conf
%%ETCDIR%%/stream.conf
@mode
@owner
@@ -108,6 +117,7 @@ libexec/netdata/charts.d/sensors.chart.sh
libexec/netdata/charts.d/squid.chart.sh
libexec/netdata/charts.d/tomcat.chart.sh
libexec/netdata/node.d/README.md
+libexec/netdata/node.d/fronius.node.js
libexec/netdata/node.d/named.node.js
libexec/netdata/node.d/node_modules/asn1.js
libexec/netdata/node.d/node_modules/ber/errors.js
@@ -140,12 +150,14 @@ libexec/netdata/python.d/apache_cache.chart.py
libexec/netdata/python.d/bind_rndc.chart.py
libexec/netdata/python.d/cpufreq.chart.py
libexec/netdata/python.d/cpuidle.chart.py
+libexec/netdata/python.d/dns_query_time.chart.py
libexec/netdata/python.d/dovecot.chart.py
libexec/netdata/python.d/elasticsearch.chart.py
libexec/netdata/python.d/example.chart.py
libexec/netdata/python.d/exim.chart.py
libexec/netdata/python.d/fail2ban.chart.py
libexec/netdata/python.d/freeradius.chart.py
+libexec/netdata/python.d/go_expvar.chart.py
libexec/netdata/python.d/haproxy.chart.py
libexec/netdata/python.d/hddtemp.chart.py
libexec/netdata/python.d/ipfs.chart.py
@@ -199,8 +211,10 @@ libexec/netdata/python.d/python_modules/pyyaml3/resolver.py
libexec/netdata/python.d/python_modules/pyyaml3/scanner.py
libexec/netdata/python.d/python_modules/pyyaml3/serializer.py
libexec/netdata/python.d/python_modules/pyyaml3/tokens.py
+libexec/netdata/python.d/rabbitmq.chart.py
libexec/netdata/python.d/redis.chart.py
libexec/netdata/python.d/retroshare.chart.py
+libexec/netdata/python.d/samba.chart.py
libexec/netdata/python.d/sensors.chart.py
libexec/netdata/python.d/smartd_log.chart.py
libexec/netdata/python.d/squid.chart.py
@@ -263,6 +277,7 @@ sbin/netdata
%%DATADIR%%/web/images/seo-performance-multi-size.icns
%%DATADIR%%/web/images/seo-performance-multi-size.ico
%%DATADIR%%/web/index.html
+%%DATADIR%%/web/infographic.html
%%DATADIR%%/web/lib/bootstrap-3.3.7.min.js
%%DATADIR%%/web/lib/bootstrap-table-1.11.0.min.js
%%DATADIR%%/web/lib/bootstrap-table-export-1.11.0.min.js