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:
parent
788037a706
commit
77593a480c
4 changed files with 7 additions and 5 deletions
|
@ -14,7 +14,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
|
||||||
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
|
(**physical** & **virtual** servers, **containers**, **IoT** devices), without
|
||||||
disrupting their core function._
|
disrupting their core function._
|
||||||
|
|
||||||
**Shipped version:** 1.19.0
|
**Shipped version:** 1.20.0
|
||||||
|
|
||||||
**Customization brought by the package:**
|
**Customization brought by the package:**
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.19.0/netdata-v1.19.0.tar.gz
|
SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.20.0/netdata-v1.20.0.tar.gz
|
||||||
SOURCE_SUM=36c46bd95c0d8138e2f1a886c9b9fb6a9fd22fbf9d3097420c10b868ed23e355
|
SOURCE_SUM=dc51869e3e541ca569e75d601133a413a8e56ce2b606dbfe84b35b1d7806216e
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "real-time performance and health monitoring",
|
"en": "real-time performance and health monitoring",
|
||||||
"fr": "Monitoring serveur en temps reel"
|
"fr": "Monitoring serveur en temps reel"
|
||||||
},
|
},
|
||||||
"version": "1.19.0~ynh1",
|
"version": "1.20.0~ynh1",
|
||||||
"url": "http://my-netdata.io/",
|
"url": "http://my-netdata.io/",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Common variables
|
# 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
|
||||||
configure_netdata() {
|
configure_netdata() {
|
||||||
|
@ -66,6 +66,7 @@ ${domain_label}_log:
|
||||||
EOF
|
EOF
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
chgrp netdata $web_log_file
|
||||||
}
|
}
|
||||||
|
|
||||||
# If PostgreSQL is installed, add a PostgreSQL entry using instance password
|
# If PostgreSQL is installed, add a PostgreSQL entry using instance password
|
||||||
|
@ -85,6 +86,7 @@ yunohost:
|
||||||
port : 5432
|
port : 5432
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
chgrp netdata $postgres_file
|
||||||
}
|
}
|
||||||
|
|
||||||
# ============= FUTURE YUNOHOST HELPER =============
|
# ============= FUTURE YUNOHOST HELPER =============
|
||||||
|
|
Loading…
Add table
Reference in a new issue