diff --git a/README.md b/README.md index 3c6d2e4..ddb81d1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Shipped version:** 1.33.0~ynh2 +**Shipped version:** 1.35.1~ynh1 **Demo:** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index ee685ff..4b4e3e4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ _netdata is **fast** and **efficient**, designed to permanently run on all syste disrupting their core function._ -**Version incluse :** 1.33.0~ynh2 +**Version incluse :** 1.35.1~ynh1 **Démo :** https://learn.netdata.cloud/docs/agent/demo-sites/ ## Avertissements / informations importantes diff --git a/conf/app.src b/conf/app.src index 7490891..a618ad3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.33.0/netdata-v1.33.0.tar.gz -SOURCE_SUM=d167d4b2d8529119fa4047ae40d22833dac9d360a6ed07c314ba313807c027eb +SOURCE_URL=https://github.com/netdata/netdata/releases/download/v1.35.1/netdata-v1.35.1.tar.gz +SOURCE_SUM=587f6cce421015f8e0a527e3964a4de8cc17085c354498150bc3ade21606bbf9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/hooks/post_domain_add b/hooks/post_domain_add index 8716a9f..8ff2c0e 100644 --- a/hooks/post_domain_add +++ b/hooks/post_domain_add @@ -4,9 +4,9 @@ domain=$1 domain_label=${domain//\./_} # Replace "." by "_" for the domain label # Add a web_log entry for this new domain -cat >> /opt/netdata/etc/netdata/python.d/web_log.conf <> /opt/netdata/etc/netdata/go.d/web_log.conf <> $web_log_file for domain in $(yunohost domain list --output-as plain); do domain_label=${domain//\./_} # Replace "." by "_" for the domain label cat >> $web_log_file <