git: d2e6490d19fb - main - net-mgmt/netdata: Update to v1.35.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 23:42:02 UTC
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=d2e6490d19fb3baaa0f305135d05ddd418d2dea9 commit d2e6490d19fb3baaa0f305135d05ddd418d2dea9 Author: Namkhai B <me@forkbomb9.ch> AuthorDate: 2022-06-08 21:29:03 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-06-10 23:41:47 +0000 net-mgmt/netdata: Update to v1.35.1 PR: 264557 --- net-mgmt/netdata/Makefile | 9 ++- net-mgmt/netdata/distinfo | 10 +-- .../patch-collectors_python.d.plugin_Makefile.am | 4 +- net-mgmt/netdata/files/patch-configure.ac | 3 +- net-mgmt/netdata/pkg-plist | 83 ++++------------------ 5 files changed, 26 insertions(+), 83 deletions(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index b6ed68ea33e5..7e4fdb6a6114 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -1,15 +1,14 @@ -# Created by: Mahdi Mokhtari <mokhi64@gmail.com> +# Created by: Mahdi Mokhtari <mokhi63@gmail.com> PORTNAME= netdata DISTVERSIONPREFIX= v -DISTVERSION= 1.34.1 +DISTVERSION= 1.35.1 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://github.com/forkbomb9/netdata/commit/:dashboard DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - 4f2ed3f01aee7a4fb8c4eaff26025ecc33d8d84a.patch:dashboard + 13310caf81048cc71aa315cddbbdce1ee4351903.patch:dashboard EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -WRKSRC= ${WRKDIR}/${PORTNAME}-v1.33.1-345-g89fb721f6 MAINTAINER= nc@FreeBSD.org COMMENT= Scalable distributed realtime performance and health monitoring @@ -101,7 +100,7 @@ post-patch: ${PATCH_WRKSRC}/collectors/python.d.plugin/python.d.plugin.in post-patch-CLOUD-off: - cd ${WRKSRC} && gpatch -p1 < ${_DISTDIR}/4f2ed3f01aee7a4fb8c4eaff26025ecc33d8d84a.patch + cd ${WRKSRC} && gpatch -p1 < ${_DISTDIR}/13310caf81048cc71aa315cddbbdce1ee4351903.patch post-install: ${MKDIR} ${STAGEDIR}${ETCDIR} diff --git a/net-mgmt/netdata/distinfo b/net-mgmt/netdata/distinfo index 3ae1206d051f..9399b2682353 100644 --- a/net-mgmt/netdata/distinfo +++ b/net-mgmt/netdata/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1650127297 -SHA256 (netdata-v1.34.1.tar.gz) = cc27a73d5e92eb7a89b85516594bf1c4f52d4f5cc2104772588d7b7ce093f179 -SIZE (netdata-v1.34.1.tar.gz) = 22529694 -SHA256 (4f2ed3f01aee7a4fb8c4eaff26025ecc33d8d84a.patch) = a7a0133bce10e776a1ff57305ccf096bb8fb24946a6c9af3e8c3eae5ff8bc13b -SIZE (4f2ed3f01aee7a4fb8c4eaff26025ecc33d8d84a.patch) = 37940584 +TIMESTAMP = 1654902755 +SHA256 (netdata-v1.35.1.tar.gz) = 587f6cce421015f8e0a527e3964a4de8cc17085c354498150bc3ade21606bbf9 +SIZE (netdata-v1.35.1.tar.gz) = 22335562 +SHA256 (13310caf81048cc71aa315cddbbdce1ee4351903.patch) = 45f4a1670d404cd68c6fa68307a0ef7b62277b1601b5a8382dac2c4c011f0fda +SIZE (13310caf81048cc71aa315cddbbdce1ee4351903.patch) = 37994548 diff --git a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am index bcbad22dc49f..791d5b18a887 100644 --- a/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am +++ b/net-mgmt/netdata/files/patch-collectors_python.d.plugin_Makefile.am @@ -1,6 +1,6 @@ ---- collectors/python.d.plugin/Makefile.am.orig 2020-08-12 20:04:44 UTC +--- collectors/python.d.plugin/Makefile.am.orig 2022-06-08 15:49:44 UTC +++ collectors/python.d.plugin/Makefile.am -@@ -144,108 +144,3 @@ dist_third_party_DATA = \ +@@ -125,108 +125,3 @@ dist_third_party_DATA = \ python_modules/third_party/filelock.py \ $(NULL) diff --git a/net-mgmt/netdata/files/patch-configure.ac b/net-mgmt/netdata/files/patch-configure.ac index 5e26044266eb..8c780a3d7a55 100644 --- a/net-mgmt/netdata/files/patch-configure.ac +++ b/net-mgmt/netdata/files/patch-configure.ac @@ -1,4 +1,4 @@ ---- configure.ac.orig 2021-05-19 11:38:53 UTC +--- configure.ac.orig 2022-06-08 15:50:20 UTC +++ configure.ac @@ -5,11 +5,11 @@ AC_PREREQ(2.60) @@ -27,7 +27,6 @@ +registrydir="%%NETDATA_PERST%%/registry" +cachedir="%%NETDATA_CACHE%%" chartsdir="${libexecdir}/netdata/charts.d" - nodedir="${libexecdir}/netdata/node.d" pythondir="${libexecdir}/netdata/python.d" -configdir="${sysconfdir}/netdata" +configdir="%%ETCDIR%%" diff --git a/net-mgmt/netdata/pkg-plist b/net-mgmt/netdata/pkg-plist index 8197cc2bcdfb..0f445f7c4b39 100644 --- a/net-mgmt/netdata/pkg-plist +++ b/net-mgmt/netdata/pkg-plist @@ -106,47 +106,35 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/health_alarm_notify.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/health_email_recipients.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/ioping.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/node.d.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/adaptec_raid.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/alarms.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/am2320.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/anomalies.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/apache.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/beanstalk.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/bind_rndc.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/boinc.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ceph.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/changefinder.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/chrony.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/couchdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dns_query_time.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dnsdist.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dockerd.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/dovecot.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/elasticsearch.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/energid.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/example.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/exim.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/fail2ban.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/freeradius.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/gearman.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/go_expvar.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/haproxy.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/hddtemp.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/hpssa.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/httpcheck.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/icecast.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ipfs.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/isc_dhcpd.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/litespeed.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/logind.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/megacli.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/memcached.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/mongodb.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/monit.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/mysql.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/nginx.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/nginx_plus.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/nsd.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ntpd.conf.sample @@ -154,15 +142,11 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/openldap.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/oracledb.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/ovpn_status_log.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/phpfpm.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/portcheck.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/postfix.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/postgres.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/powerdns.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/proxysql.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/puppet.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/rabbitmq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/redis.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/rethinkdbs.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/retroshare.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/riakkv.conf.sample @@ -178,7 +162,6 @@ @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/uwsgi.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/varnish.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/w1sensor.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/web_log.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/python.d/zscores.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/statsd.d/asterisk.conf.sample @sample(netdata,netdata,0640) lib/netdata/conf.d/statsd.d/example.conf.sample @@ -191,17 +174,6 @@ libexec/netdata/charts.d/libreswan.chart.sh libexec/netdata/charts.d/nut.chart.sh libexec/netdata/charts.d/opensips.chart.sh libexec/netdata/charts.d/sensors.chart.sh -libexec/netdata/node.d/node_modules/asn1-ber.js -libexec/netdata/node.d/node_modules/extend.js -libexec/netdata/node.d/node_modules/lib/ber/errors.js -libexec/netdata/node.d/node_modules/lib/ber/index.js -libexec/netdata/node.d/node_modules/lib/ber/reader.js -libexec/netdata/node.d/node_modules/lib/ber/types.js -libexec/netdata/node.d/node_modules/lib/ber/writer.js -libexec/netdata/node.d/node_modules/net-snmp.js -libexec/netdata/node.d/node_modules/netdata.js -libexec/netdata/node.d/node_modules/pixl-xml.js -libexec/netdata/node.d/snmp.node.js libexec/netdata/plugins.d/acl.sh libexec/netdata/plugins.d/alarm-email.sh libexec/netdata/plugins.d/alarm-notify.sh @@ -213,14 +185,11 @@ libexec/netdata/plugins.d/cgroup-name.sh libexec/netdata/plugins.d/cgroup-network-helper.sh libexec/netdata/plugins.d/charts.d.dryrun-helper.sh libexec/netdata/plugins.d/charts.d.plugin -%%CUPS%%libexec/netdata/plugins.d/cups.plugin libexec/netdata/plugins.d/fping.plugin -%%FREEIPMI%%libexec/netdata/plugins.d/freeipmi.plugin libexec/netdata/plugins.d/get-kubernetes-labels.sh libexec/netdata/plugins.d/health-cmdapi-test.sh libexec/netdata/plugins.d/ioping.plugin libexec/netdata/plugins.d/loopsleepms.sh.inc -libexec/netdata/plugins.d/node.d.plugin libexec/netdata/plugins.d/python.d.plugin libexec/netdata/plugins.d/request.sh libexec/netdata/plugins.d/system-info.sh @@ -230,41 +199,30 @@ libexec/netdata/python.d/adaptec_raid.chart.py libexec/netdata/python.d/alarms.chart.py libexec/netdata/python.d/am2320.chart.py libexec/netdata/python.d/anomalies.chart.py -libexec/netdata/python.d/apache.chart.py libexec/netdata/python.d/beanstalk.chart.py libexec/netdata/python.d/bind_rndc.chart.py libexec/netdata/python.d/boinc.chart.py libexec/netdata/python.d/ceph.chart.py libexec/netdata/python.d/changefinder.chart.py libexec/netdata/python.d/chrony.chart.py -libexec/netdata/python.d/couchdb.chart.py -libexec/netdata/python.d/dns_query_time.chart.py -libexec/netdata/python.d/dnsdist.chart.py libexec/netdata/python.d/dockerd.chart.py libexec/netdata/python.d/dovecot.chart.py -libexec/netdata/python.d/elasticsearch.chart.py -libexec/netdata/python.d/energid.chart.py libexec/netdata/python.d/example.chart.py libexec/netdata/python.d/exim.chart.py libexec/netdata/python.d/fail2ban.chart.py -libexec/netdata/python.d/freeradius.chart.py libexec/netdata/python.d/gearman.chart.py libexec/netdata/python.d/go_expvar.chart.py libexec/netdata/python.d/haproxy.chart.py libexec/netdata/python.d/hddtemp.chart.py libexec/netdata/python.d/hpssa.chart.py -libexec/netdata/python.d/httpcheck.chart.py libexec/netdata/python.d/icecast.chart.py libexec/netdata/python.d/ipfs.chart.py -libexec/netdata/python.d/isc_dhcpd.chart.py libexec/netdata/python.d/litespeed.chart.py libexec/netdata/python.d/logind.chart.py libexec/netdata/python.d/megacli.chart.py libexec/netdata/python.d/memcached.chart.py libexec/netdata/python.d/mongodb.chart.py libexec/netdata/python.d/monit.chart.py -libexec/netdata/python.d/mysql.chart.py -libexec/netdata/python.d/nginx.chart.py libexec/netdata/python.d/nginx_plus.chart.py libexec/netdata/python.d/nsd.chart.py libexec/netdata/python.d/ntpd.chart.py @@ -272,11 +230,8 @@ libexec/netdata/python.d/nvidia_smi.chart.py libexec/netdata/python.d/openldap.chart.py libexec/netdata/python.d/oracledb.chart.py libexec/netdata/python.d/ovpn_status_log.chart.py -libexec/netdata/python.d/phpfpm.chart.py -libexec/netdata/python.d/portcheck.chart.py libexec/netdata/python.d/postfix.chart.py libexec/netdata/python.d/postgres.chart.py -libexec/netdata/python.d/powerdns.chart.py libexec/netdata/python.d/proxysql.chart.py libexec/netdata/python.d/puppet.chart.py libexec/netdata/python.d/python_modules/__init__.py @@ -300,7 +255,6 @@ libexec/netdata/python.d/python_modules/third_party/mcrcon.py libexec/netdata/python.d/python_modules/third_party/monotonic.py libexec/netdata/python.d/python_modules/third_party/ordereddict.py libexec/netdata/python.d/rabbitmq.chart.py -libexec/netdata/python.d/redis.chart.py libexec/netdata/python.d/rethinkdbs.chart.py libexec/netdata/python.d/retroshare.chart.py libexec/netdata/python.d/riakkv.chart.py @@ -316,14 +270,9 @@ libexec/netdata/python.d/traefik.chart.py libexec/netdata/python.d/uwsgi.chart.py libexec/netdata/python.d/varnish.chart.py libexec/netdata/python.d/w1sensor.chart.py -libexec/netdata/python.d/web_log.chart.py libexec/netdata/python.d/zscores.chart.py sbin/netdata -%%CLOUD%%sbin/netdata-claim.sh sbin/netdatacli -@mode 4640 -@owner netdata -@group netdata %%DATADIR%%/web/.well-known/dnt/cookies %%DATADIR%%/web/asset-manifest.json %%DATADIR%%/web/console.html @@ -426,8 +375,8 @@ sbin/netdatacli %%DATADIR%%/web/netdata-swagger.json %%DATADIR%%/web/netdata-swagger.yaml %%DATADIR%%/web/old/index.html -%%NO_CLOUD%%%%DATADIR%%/web/precache-manifest.5a5faa4cbd28d508ee7ec061e0ea1eb2.js -%%CLOUD%%%%DATADIR%%/web/precache-manifest.34ebb83b69a8a6741865723124721c81.js +%%NO_CLOUD%%%%DATADIR%%/web/precache-manifest.1ee9317b408bc6d29e7eeea7b82c627e.js +%%CLOUD%%%%DATADIR%%/web/precache-manifest.b443acc162e1adddca46165b647e9f4b.js %%DATADIR%%/web/refresh-badges.js %%DATADIR%%/web/robots.txt %%DATADIR%%/web/service-worker.js @@ -441,9 +390,9 @@ sbin/netdatacli %%DATADIR%%/web/static/img/netdata-logomark.svg %%NO_CLOUD%%%%DATADIR%%/web/static/js/10.891b1f66.chunk.js %%NO_CLOUD%%%%DATADIR%%/web/static/js/10.891b1f66.chunk.js.map -%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.82b5987e.chunk.js -%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.82b5987e.chunk.js.LICENSE -%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.82b5987e.chunk.js.map +%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.bdaf5797.chunk.js +%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.bdaf5797.chunk.js.LICENSE +%%NO_CLOUD%%%%DATADIR%%/web/static/js/2.bdaf5797.chunk.js.map %%NO_CLOUD%%%%DATADIR%%/web/static/js/3.5ba29950.chunk.js %%NO_CLOUD%%%%DATADIR%%/web/static/js/3.5ba29950.chunk.js.map %%NO_CLOUD%%%%DATADIR%%/web/static/js/4.eb022d3f.chunk.js @@ -459,16 +408,16 @@ sbin/netdatacli %%NO_CLOUD%%%%DATADIR%%/web/static/js/8.fa6b99b9.chunk.js.map %%NO_CLOUD%%%%DATADIR%%/web/static/js/9.da02b76a.chunk.js %%NO_CLOUD%%%%DATADIR%%/web/static/js/9.da02b76a.chunk.js.map -%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.764875d0.chunk.js -%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.764875d0.chunk.js.LICENSE -%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.764875d0.chunk.js.map +%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.b60c8890.chunk.js +%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.b60c8890.chunk.js.LICENSE +%%NO_CLOUD%%%%DATADIR%%/web/static/js/main.b60c8890.chunk.js.map %%NO_CLOUD%%%%DATADIR%%/web/static/js/runtime-main.a2f5edbb.js %%NO_CLOUD%%%%DATADIR%%/web/static/js/runtime-main.a2f5edbb.js.map %%CLOUD%%%%DATADIR%%/web/static/js/10.44d9d40b.chunk.js %%CLOUD%%%%DATADIR%%/web/static/js/10.44d9d40b.chunk.js.map -%%CLOUD%%%%DATADIR%%/web/static/js/2.d50fa4b3.chunk.js -%%CLOUD%%%%DATADIR%%/web/static/js/2.d50fa4b3.chunk.js.LICENSE -%%CLOUD%%%%DATADIR%%/web/static/js/2.d50fa4b3.chunk.js.map +%%CLOUD%%%%DATADIR%%/web/static/js/2.97b8fd9b.chunk.js +%%CLOUD%%%%DATADIR%%/web/static/js/2.97b8fd9b.chunk.js.LICENSE +%%CLOUD%%%%DATADIR%%/web/static/js/2.97b8fd9b.chunk.js.map %%CLOUD%%%%DATADIR%%/web/static/js/3.d49f0857.chunk.js %%CLOUD%%%%DATADIR%%/web/static/js/3.d49f0857.chunk.js.map %%CLOUD%%%%DATADIR%%/web/static/js/4.8b70c754.chunk.js @@ -484,9 +433,9 @@ sbin/netdatacli %%CLOUD%%%%DATADIR%%/web/static/js/8.b1a4b595.chunk.js.map %%CLOUD%%%%DATADIR%%/web/static/js/9.50358509.chunk.js %%CLOUD%%%%DATADIR%%/web/static/js/9.50358509.chunk.js.map -%%CLOUD%%%%DATADIR%%/web/static/js/main.485cc284.chunk.js -%%CLOUD%%%%DATADIR%%/web/static/js/main.485cc284.chunk.js.LICENSE -%%CLOUD%%%%DATADIR%%/web/static/js/main.485cc284.chunk.js.map +%%CLOUD%%%%DATADIR%%/web/static/js/main.2d23101e.chunk.js +%%CLOUD%%%%DATADIR%%/web/static/js/main.2d23101e.chunk.js.LICENSE +%%CLOUD%%%%DATADIR%%/web/static/js/main.2d23101e.chunk.js.map %%CLOUD%%%%DATADIR%%/web/static/js/runtime-main.b352aa47.js %%CLOUD%%%%DATADIR%%/web/static/js/runtime-main.b352aa47.js.map %%DATADIR%%/web/static/media/ibm-plex-sans-latin-100.245539db.woff2 @@ -529,13 +478,9 @@ sbin/netdatacli @dir(netdata,netdata,0750) %%ETCDIR%%/ebpf.d @dir(netdata,netdata,0750) %%ETCDIR%%/go.d @dir(netdata,netdata,0750) %%ETCDIR%%/health.d -@dir(netdata,netdata,0750) %%ETCDIR%%/node.d @dir(netdata,netdata,0750) %%ETCDIR%%/python.d @dir(netdata,netdata,0750) %%ETCDIR%%/ssl @dir(netdata,netdata,0750) %%ETCDIR%%/statsd.d -@dir(netdata,netdata,0750) %%ETCDIR%% -@dir(netdata,netdata,0750) %%DATADIR%%/web -@dir(netdata,netdata,0750) %%DATADIR%% @dir(netdata,netdata,0750) %%NETDATA_CACHE%% @dir(netdata,netdata,0750) %%NETDATA_PERST%% @dir(netdata,netdata,0750) %%NETDATA_LOG%%