From: mhoellein Date: Fri, 14 Jan 2022 09:54:46 +0000 (+0100) Subject: committing changes in /etc made by "apt-get install netdata" X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=3f49454a209e6f7be9285b42531958f423269b3c;p=vserver committing changes in /etc made by "apt-get install netdata" Package changes: +fonts-font-awesome 5.0.10+really4.7.0~dfsg-1 all +fonts-glyphicons-halflings 1.009~3.4.1+dfsg-1 all +libc-ares2 1.15.0-1ubuntu0.1 amd64 +libjs-bootstrap 3.4.1+dfsg-1 all +libnetfilter-acct1 1.0.3-2 amd64 +libnode64 10.19.0~dfsg-3ubuntu1 amd64 +netdata 1.19.0-3ubuntu1 all +netdata-plugins-bash 1.19.0-3ubuntu1 all +netdata-plugins-nodejs 1.19.0-3ubuntu1 all +netdata-plugins-python 1.19.0-3ubuntu1 all +netdata-web 1.19.0-3ubuntu1 all +nodejs 10.19.0~dfsg-3ubuntu1 amd64 +nodejs-doc 10.19.0~dfsg-3ubuntu1 all --- diff --git a/.etckeeper b/.etckeeper index c0448893b..3f10234dc 100755 --- a/.etckeeper +++ b/.etckeeper @@ -41,6 +41,11 @@ mkdir -p './letsencrypt/renewal-hooks/pre' mkdir -p './libpaper.d' mkdir -p './logcheck/violations.ignore.d' mkdir -p './monit/conf-available' +mkdir -p './netdata/charts.d' +mkdir -p './netdata/health.d' +mkdir -p './netdata/node.d' +mkdir -p './netdata/python.d' +mkdir -p './netdata/statsd.d' mkdir -p './networkd-dispatcher/carrier.d' mkdir -p './networkd-dispatcher/degraded.d' mkdir -p './networkd-dispatcher/dormant.d' @@ -8877,8 +8882,13 @@ maybe chmod 0644 'nagios-plugins/config/users.cfg' maybe chmod 0644 'nanorc' maybe chmod 0755 'netdata' maybe chmod 0644 'netdata/.opt-out-from-anonymous-statistics' +maybe chmod 0755 'netdata/charts.d' maybe chmod 0755 'netdata/edit-config' +maybe chmod 0755 'netdata/health.d' maybe chmod 0644 'netdata/netdata.conf' +maybe chmod 0755 'netdata/node.d' +maybe chmod 0755 'netdata/python.d' +maybe chmod 0755 'netdata/statsd.d' maybe chmod 0755 'netplan' maybe chmod 0644 'netplan/01-netcfg.yaml' maybe chmod 0755 'network' diff --git a/alternatives/js b/alternatives/js new file mode 120000 index 000000000..043d0274b --- /dev/null +++ b/alternatives/js @@ -0,0 +1 @@ +/usr/bin/nodejs \ No newline at end of file diff --git a/alternatives/js.1.gz b/alternatives/js.1.gz new file mode 120000 index 000000000..afe4150dc --- /dev/null +++ b/alternatives/js.1.gz @@ -0,0 +1 @@ +/usr/share/man/man1/nodejs.1.gz \ No newline at end of file diff --git a/systemd/system/netdata.service b/systemd/system/netdata.service deleted file mode 120000 index dc1dc0cde..000000000 --- a/systemd/system/netdata.service +++ /dev/null @@ -1 +0,0 @@ -/dev/null \ No newline at end of file