Skip to content

Commit

Permalink
admin/netdata: Update to 1.7.0
Browse files Browse the repository at this point in the history
Update netdata to 1.7.0
Update URL
Clean up some more stray image files (smaller package)

Signed-off-by: Daniel Engberg <[email protected]>
  • Loading branch information
diizzyy committed Jul 19, 2017
1 parent 4abda06 commit 4cf1767
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
12 changes: 6 additions & 6 deletions admin/netdata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=netdata
PKG_VERSION:=1.6.0
PKG_VERSION:=1.7.0
PKG_RELEASE:=1
PKG_MAINTAINER:=Daniel Engberg <[email protected]>
PKG_LICENSE:=GPL-3.0
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
Expand All @@ -28,14 +28,16 @@ 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
netdata is a highly optimized Linux daemon providing real-time performance
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
Expand All @@ -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
Expand Down
10 changes: 3 additions & 7 deletions admin/netdata/files/netdata.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,12 @@
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
Expand Down Expand Up @@ -144,6 +139,7 @@
/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
Expand Down

0 comments on commit 4cf1767

Please sign in to comment.