mirror of
https://github.com/YunoHost-Apps/grafana_ynh.git
synced 2024-09-03 20:36:29 +02:00
Merge pull request #98 from YunoHost-Apps/testing
This commit is contained in:
commit
3e49b87ae2
6 changed files with 9 additions and 4 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Metric & analytic dashboards for monitoring
|
Metric & analytic dashboards for monitoring
|
||||||
|
|
||||||
**Shipped version:** 9.4.7~ynh1
|
**Shipped version:** 9.5.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://play.grafana.org
|
**Demo:** https://play.grafana.org
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Tableaux de bord de supervision
|
Tableaux de bord de supervision
|
||||||
|
|
||||||
**Version incluse :** 9.4.7~ynh1
|
**Version incluse :** 9.5.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://play.grafana.org
|
**Démo :** https://play.grafana.org
|
||||||
|
|
||||||
|
|
|
@ -78,4 +78,6 @@ group_dn = "*"
|
||||||
org_role = "Admin"
|
org_role = "Admin"
|
||||||
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
|
# The Grafana organization database id, optional, if left out the default org (id 1) will be used
|
||||||
org_id = 1
|
org_id = 1
|
||||||
|
# Make users grafana admins
|
||||||
|
grafana_admin = true
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Metric & analytic dashboards for monitoring",
|
"en": "Metric & analytic dashboards for monitoring",
|
||||||
"fr": "Tableaux de bord de supervision"
|
"fr": "Tableaux de bord de supervision"
|
||||||
},
|
},
|
||||||
"version": "9.4.7~ynh1",
|
"version": "9.5.1~ynh1",
|
||||||
"url": "https://grafana.com/oss/grafana/",
|
"url": "https://grafana.com/oss/grafana/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Debian package version for Grafana
|
# Debian package version for Grafana
|
||||||
GRAFANA_VERSION="9.4.7"
|
GRAFANA_VERSION="9.5.1"
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="influxdb"
|
pkg_dependencies="influxdb"
|
||||||
|
|
|
@ -146,6 +146,9 @@ EOF
|
||||||
ynh_systemd_action --service_name=netdata --action="restart"
|
ynh_systemd_action --service_name=netdata --action="restart"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Update Grafana LDAP authentication configuration
|
||||||
|
cp ../conf/ldap.toml /etc/grafana
|
||||||
|
|
||||||
# Update default dashboard for NetData (source: https://grafana.com/grafana/dashboards/2701)
|
# Update default dashboard for NetData (source: https://grafana.com/grafana/dashboards/2701)
|
||||||
# Remove new lines
|
# Remove new lines
|
||||||
tr -d '\n' < ../conf/netdata_dashboard.json > dashboard.json
|
tr -d '\n' < ../conf/netdata_dashboard.json > dashboard.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue