netdata: update to version 1.11.1 7540/head
authorJosef Schlehofer <josef.schlehofer@nic.cz>
Sat, 24 Nov 2018 14:42:41 +0000 (15:42 +0100)
committerJosef Schlehofer <josef.schlehofer@nic.cz>
Tue, 4 Dec 2018 14:30:01 +0000 (15:30 +0100)
Changes:
- corrected License
- removed one row, which was removed in version 1.11.0
- replace netdata.conf with the better one (more details in
https://github.com/openwrt/packages/pull/7540)
- refreshed patches

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
admin/netdata/Makefile
admin/netdata/files/netdata.conf
admin/netdata/patches/001-disable-plugins-by-default.patch
admin/netdata/patches/002-force-python3.patch

index f0bd96a0ed7d5b6635806004177dea657f23d2c7..ed3d214625a918f63258946710ba8c516cfadc6e 100644 (file)
@@ -8,15 +8,15 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netdata
-PKG_VERSION:=1.11.0
+PKG_VERSION:=1.11.1
 PKG_RELEASE:=1
 PKG_MAINTAINER:=
-PKG_LICENSE:=GPL-3.0
+PKG_LICENSE:=GPL-3.0+
 PKG_LICENSE_FILES:=COPYING
 
 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/netdata/netdata/releases/download/v$(PKG_VERSION)
-PKG_HASH:=c42c8411c22c72e3e52fed38d7b9537bcfaf568d01e9c1e35ec645490627619d
+PKG_HASH:=0150b2a060da0e5cc844bd9540d6704cd352c434ea1bb9d5268131830a815736
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)_rolling
 
 PKG_INSTALL:=1
@@ -74,7 +74,6 @@ define Package/netdata/install
        $(INSTALL_DIR) $(1)/usr/share/netdata
        $(CP) $(PKG_INSTALL_DIR)/usr/share/netdata $(1)/usr/share
        rm -rf $(1)/usr/share/netdata/web/images
-       rm -rf $(1)/usr/share/netdata/web/old
        rm $(1)/usr/share/netdata/web/demo*html
        rm $(1)/usr/share/netdata/web/fonts/*.svg
        rm $(1)/usr/share/netdata/web/fonts/*.ttf
index 3026be116e0705a101aff53261b403f5f7284128..46b87a8a7279729aa721fd4b6a785fc54ad83944 100644 (file)
@@ -1,83 +1,24 @@
-# netdata configuration
+# Full configuration can be retrieved from the running
+# server at http://localhost:19999/netdata.conf
 #
-# You can download the latest version of this file, using:
-#
-#  wget -O /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
-# or
-#  curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
-#
-# You can uncomment and change any of the options below.
-# The value shown in the commented settings, is the default value.
+# Example:
+#   curl -o /etc/netdata/netdata.conf http://localhost:19999/netdata.conf
 #
 
-# global netdata configuration
-
 [global]
-       # glibc malloc arena max for plugins = 1
-       # hostname = LEDE
-       # history = 4036
        update every = 2
-       # config directory = /etc/netdata
-       # log directory = /var/log/netdata
-       # web files directory = /usr/share/netdata/web
-       # cache directory = /var/cache/netdata
-       # lib directory = /var/lib/netdata
-       # home directory = /var/cache/netdata
-       # plugins directory = "/usr/lib/netdata/plugins.d" "/etc/netdata/custom-plugins.d"
-       # memory mode = save
-       # host access prefix = 
        memory deduplication (ksm) = no
-       # TZ environment variable = :/etc/localtime
-       # timezone = UTC
-       # debug flags = 0x0000000000000000
        debug log = syslog
        error log = syslog
        access log = none
-       # errors flood protection period = 1200
-       # errors to trigger flood protection = 200
        run as user = root
-       # OOM score = 1000
-       # process scheduling policy = idle
-       # process nice level = 19
-       # pthread stack size = 81920
-       # cleanup obsolete charts after seconds = 3600
-       # gap when lost iterations above = 1
-       # cleanup orphan hosts after seconds = 3600
-       # delete obsolete charts files = yes
-       # delete orphan hosts files = yes
 
 [web]
-       # mode = static-threaded
-       # listen backlog = 4096
-       # default port = 19999
-       # bind to = *
-       # web files owner = nobody
-       # web files group = nogroup
-       # disconnect idle clients after seconds = 60
-       # timeout for first request = 60
-       # respect do not track policy = no
-       # x-frame-options response header = 
        allow connections from = localhost 10.* 192.168.* 172.16.* 172.17.* 172.18.* 172.19.* 172.20.* 172.21.* 172.22.* 172.23.* 172.24.* 172.25.* 172.26.* 172.27.* 172.28.* 172.29.* 172.30.* 172.31.*
        allow dashboard from = localhost 10.* 192.168.* 172.16.* 172.17.* 172.18.* 172.19.* 172.20.* 172.21.* 172.22.* 172.23.* 172.24.* 172.25.* 172.26.* 172.27.* 172.28.* 172.29.* 172.30.* 172.31.*
-       # allow badges from = *
-       # allow streaming from = *
-       # allow netdata.conf from = localhost fd* 10.* 192.168.* 172.16.* 172.17.* 172.18.* 172.19.* 172.20.* 172.21.* 172.22.* 172.23.* 172.24.* 172.25.* 172.26.* 172.27.* 172.28.* 172.29.* 172.30.* 172.31.*
-       # enable gzip compression = yes
-       # gzip compression strategy = default
-       # gzip compression level = 3
-       # web server threads = 2
-       # web server max sockets = 512
 
 [plugins]
-       # PATH environment variable = /usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
-       # PYTHONPATH environment variable = 
-       # proc = yes
-       # diskspace = yes
-       # cgroups = yes
-       # tc = yes
-       # idlejitter = yes
-       # enable running new plugins = yes
-       # check for new plugins every = 60
+       cgroups = no
        apps = no
        charts.d = no
        fping = no
 
 [health]
        enabled = no
-       # in memory max health log entries = 1000
-       # script to execute on alarm = /usr/lib/netdata/plugins.d/alarm-notify.sh
-       # health configuration directory = /etc/netdata/health.d
-       # run at least every seconds = 10
-       # postpone alarms during hibernation for seconds = 60
-       # rotate log every lines = 2000
-
-
-[statsd]
-       enabled = no
-       # update every (flushInterval) = 1
-       # udp messages to process at once = 10
-       # create private charts for metrics matching = *
-       # max private charts allowed = 200
-       # max private charts hard limit = 1000
-       # private charts memory mode = save
-       # private charts history = 4036
-       # decimal detail = 1000
-       # disconnect idle tcp clients after seconds = 600
-       # private charts hidden = no
-       # histograms and timers percentile (percentThreshold) = 95.00000
-       # add dimension for number of events received = yes
-       # gaps on gauges (deleteGauges) = no
-       # gaps on counters (deleteCounters) = no
-       # gaps on meters (deleteMeters) = no
-       # gaps on sets (deleteSets) = no
-       # gaps on histograms (deleteHistograms) = no
-       # gaps on timers (deleteTimers) = no
-       # statsd server max TCP sockets = 256
-       # listen backlog = 4096
-       # default port = 8125
-       # bind to = udp:localhost tcp:localhost
-
index 6201046fdf49b6afd766153ef0b3b2134f718a18..a55670b67d624052b277c1ae0ce0bd16f7f577bb 100644 (file)
@@ -1,5 +1,3 @@
-diff --git a/collectors/charts.d.plugin/charts.d.conf b/collectors/charts.d.plugin/charts.d.conf
-index acb2a6f..8111859 100644
 --- a/collectors/charts.d.plugin/charts.d.conf
 +++ b/collectors/charts.d.plugin/charts.d.conf
 @@ -30,7 +30,7 @@
@@ -11,8 +9,6 @@ index acb2a6f..8111859 100644
  
  # BY DEFAULT ENABLED MODULES
  # ap=yes
-diff --git a/collectors/python.d.plugin/python.d.conf b/collectors/python.d.plugin/python.d.conf
-index 97f4cb8..001a3f1 100644
 --- a/collectors/python.d.plugin/python.d.conf
 +++ b/collectors/python.d.plugin/python.d.conf
 @@ -7,7 +7,7 @@
index 9f7f731e3646f0a223d6e22e0a1423916b17bcb5..756b4d7ec1013945a94d28f3c82efb6666f5801d 100644 (file)
@@ -1,5 +1,3 @@
-diff --git a/collectors/python.d.plugin/python.d.plugin.in b/collectors/python.d.plugin/python.d.plugin.in
-index 7ac03fd..d0a3f19 100755
 --- a/collectors/python.d.plugin/python.d.plugin.in
 +++ b/collectors/python.d.plugin/python.d.plugin.in
 @@ -1,6 +1,4 @@