admin/netdata: Update to 1.7.0
authorDaniel Engberg <redacted>
Wed, 19 Jul 2017 08:27:41 +0000 (10:27 +0200)
committerDaniel Engberg <redacted>
Wed, 19 Jul 2017 08:35:40 +0000 (10:35 +0200)
Update netdata to 1.7.0
Update URL
Clean up some more stray image files (smaller package)

Signed-off-by: Daniel Engberg <redacted>
admin/netdata/Makefile
admin/netdata/files/netdata.conf

index e44d7468afc0860ef63bb00c7b6a9fd06c179bb8..1b4bbe42ff2154938e7db6dd969f47b8ea7bdbec 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=netdata
-PKG_VERSION:=1.6.0
+PKG_VERSION:=1.7.0
 PKG_RELEASE:=1
 PKG_MAINTAINER:=Daniel Engberg <daniel.engberg.lists@pyret.net>
 PKG_LICENSE:=GPL-3.0
@@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/firehol/netdata/releases/download/v$(PKG_VERSION)
-PKG_HASH:=7839491f6e8b297cc8c28ca96845ff087f7961a12b92aa0eea1f66528da8bdaf
+PKG_HASH:=7fa23ceaccf6548fba165cd4839ce694784b2fcf7f90de0a0162b9c529805fc0
 
 PKG_INSTALL:=1
 PKG_FIXUP:=autoreconf
@@ -28,7 +28,7 @@ define Package/netdata
   CATEGORY:=Administration
   DEPENDS:=+zlib +libuuid
   TITLE:=Real-time performance monitoring tool
-  URL:=http://netdata.firehol.org/
+  URL:=https://my-netdata.io/
 endef
 
 define Package/netdata/description
@@ -36,6 +36,8 @@ define Package/netdata/description
   monitoring for Linux systems, applications and SNMP devices over the web.
 endef
 
+CONFIGURE_ARGS += --with-zlib --with-math --disable-x86-sse --disable-lto
+
 define Package/netdata/conffiles
 /etc/netdata/
 endef
@@ -46,9 +48,7 @@ define Package/netdata/install
        $(CP) ./files/netdata.conf $(1)/etc/netdata
        mkdir -p $(1)/usr/share/netdata
        $(CP) $(PKG_INSTALL_DIR)/usr/share/netdata $(1)/usr/share
-       rm $(1)/usr/share/netdata/web/images/animated.gif
-       rm -rf $(1)/usr/share/netdata/web/images/seo-*.png
-       rm -rf $(1)/usr/share/netdata/web/images/post.png
+       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
index 331396eb9ded4436171fba62a1f825dd491a99bf..13418b55e5ed8d1f98371155afccf479deb03b61 100644 (file)
        update every = 2
        # pthread stack size = 8388608
        run as user = nobody
+
+[web]
        web files owner = root
        web files group = root
-       # http port listen backlog = 100
        # default port = 19999
        # bind to = *
-       # multi threaded web server = yes
-       # disconnect idle web clients after seconds = 60
-       # respect web browser do not track policy = no
-       enable web responses gzip compression = no
-       # web compression strategy = default
-       # web compression level = 3
 
 [plugins]
        # PATH environment variable = /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin
        /proc/net/rpc/nfsd = no
        /proc/net/rpc/nfs = no
        # ipc = yes
+       /proc/spl/kstat/zfs/arcstats = no
 
 [plugin:proc:/proc/stat]
        # cpu utilization = yes
git clone https://git.99rst.org/PROJECT