mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
Upgrade to upstream version 1.8.0
This commit is contained in:
parent
586b1f63cc
commit
9cfe4aeab5
4 changed files with 7 additions and 4 deletions
|
@ -14,7 +14,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
|||
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
|
||||
disrupting their core function._
|
||||
|
||||
**Shipped version:** 1.7.0
|
||||
**Shipped version:** 1.8.0
|
||||
|
||||
**Customization brought by the package:**
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SOURCE_URL=https://github.com/firehol/netdata/releases/download/v1.7.0/netdata-1.7.0.tar.gz
|
||||
SOURCE_SUM=d088d5c6c22ac9241b87480df76de65a414ba9955be3399bd593929ca3c7a417
|
||||
SOURCE_URL=https://github.com/firehol/netdata/releases/download/v1.8.0/netdata-1.8.0.tar.gz
|
||||
SOURCE_SUM=6ad6e824503dff5f9275df46b03dd8f3544b201b5161019d49589850274c14ee
|
||||
SOURCE_FORMAT=tar.gz
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "real-time performance and health monitoring",
|
||||
"fr": "Monitoring serveur en temps reel"
|
||||
},
|
||||
"version": "1.7.0",
|
||||
"version": "1.8.0",
|
||||
"url": "http://my-netdata.io/",
|
||||
"license": "GPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
|
@ -89,6 +89,9 @@ exec 3>${tmp}
|
|||
|
||||
# Launch netdata installation in /opt directory
|
||||
pushd $NETDATA_TMPDIR
|
||||
# Remove previous service definition (specific 1.8.0 upgrade)
|
||||
rm -f /etc/systemd/system/netdata.service
|
||||
|
||||
./netdata-installer.sh --install /opt --dont-wait >&3 2>&3 || ynh_die "FAILED TO COMPILE/INSTALL NETDATA"
|
||||
|
||||
# If YunoHost web logs have never been set in netdata configuration, set them
|
||||
|
|
Loading…
Add table
Reference in a new issue