mirror of https://github.com/openwrt/packages.git
admin/netdata: Update to 1.7.0
Update netdata to 1.7.0 Update URL Clean up some more stray image files (smaller package) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>pull/4600/head
parent
4abda06701
commit
4cf17672d4
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue