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

Merge pull request #158 from YunoHost-Apps/testing

This commit is contained in:
Salamandar 2024-07-12 12:04:11 +02:00 committed by GitHub
commit 0afe7a3640
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 9 additions and 9 deletions

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**Shipped version:** 1.46.1~ynh1
**Shipped version:** 1.46.2~ynh1
**Demo:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## Documentation and resources

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**Versión actual:** 1.46.1~ynh1
**Versión actual:** 1.46.2~ynh1
**Demo:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## Documentaciones y recursos

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**Paketatutako bertsioa:** 1.46.1~ynh1
**Paketatutako bertsioa:** 1.46.2~ynh1
**Demoa:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## Dokumentazioa eta baliabideak

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**Version incluse:** 1.46.1~ynh1
**Version incluse:** 1.46.2~ynh1
**Démo:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## Documentations et ressources

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**Versión proporcionada:** 1.46.1~ynh1
**Versión proporcionada:** 1.46.2~ynh1
**Demo:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## Documentación e recursos

View file

@ -26,7 +26,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste
disrupting their core function._
**分发版本:** 1.46.1~ynh1
**分发版本:** 1.46.2~ynh1
**演示:** <https://learn.netdata.cloud/docs/agent/demo-sites/>
## 文档与资源

View file

@ -7,7 +7,7 @@ name = "NetData"
description.en = "Real-time performance and health monitoring"
description.fr = "Monitoring serveur en temps reel"
version = "1.46.1~ynh1"
version = "1.46.2~ynh1"
maintainers = ["JimboJoe"]
@ -49,8 +49,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/netdata/netdata/releases/download/v1.46.1/netdata-v1.46.1.tar.gz"
sha256 = "e909a109e1d60bf9416a70f2bb0bbf668d75c75d7ca9ce0b59d88fc634266114"
url = "https://github.com/netdata/netdata/releases/download/v1.46.2/netdata-v1.46.2.tar.gz"
sha256 = "5451bd19f044948ae568fa1e7283d54b41da796dc984999bcb9df25f1718e026"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^netdata-v([0-9.]*)tar.gz$"
[resources.sources.go]