1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Upgrade to upstream version 1.20.0

This commit is contained in:
JimboJoe 2020-02-21 20:43:49 +01:00 committed by GitHub
parent 788037a706
commit 77593a480c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View file

@ -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.19.0
**Shipped version:** 1.20.0
**Customization brought by the package:**

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.19.0/netdata-v1.19.0.tar.gz
SOURCE_SUM=36c46bd95c0d8138e2f1a886c9b9fb6a9fd22fbf9d3097420c10b868ed23e355
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.20.0/netdata-v1.20.0.tar.gz
SOURCE_SUM=dc51869e3e541ca569e75d601133a413a8e56ce2b606dbfe84b35b1d7806216e
SOURCE_FORMAT=tar.gz

View file

@ -6,7 +6,7 @@
"en": "real-time performance and health monitoring",
"fr": "Monitoring serveur en temps reel"
},
"version": "1.19.0~ynh1",
"version": "1.20.0~ynh1",
"url": "http://my-netdata.io/",
"license": "GPL-3.0",
"maintainer": {

View file

@ -3,7 +3,7 @@
# Common variables
#
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo"
pkg_dependencies="zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl jq nodejs python-mysqldb libipmimonitoring-dev acl python-psycopg2 python-pymongo libuv1-dev"
# Configure NetData
configure_netdata() {
@ -66,6 +66,7 @@ ${domain_label}_log:
EOF
done
fi
chgrp netdata $web_log_file
}
# If PostgreSQL is installed, add a PostgreSQL entry using instance password
@ -85,6 +86,7 @@ yunohost:
port : 5432
EOF
fi
chgrp netdata $postgres_file
}
# ============= FUTURE YUNOHOST HELPER =============