@cryptotaxi247 / netdata-1 / commits / d45ca05fa

docs: add a note that the "Install Netdata on Synology" is maintained by community (#12086)

Ilya Mashchenko committed Feb 4, 2022 at 15:20 UTC d45ca05fa7893d219c7a9ee5473d5b25b7824d78
1 file changed +7 -6
packaging/installer/methods/synology.md
+7 -6
@@ -6,12 +6,13 @@ custom_edit_url: https://github.com/netdata/netdata/edit/master/packaging/instal
6
7 # Install Netdata on Synology
8
9 -The documentation previously recommended installing the Debian Chroot package from the Synology community package
10 -sources and then running Netdata from within the chroot. This does not work, as the chroot environment does not have
11 -access to `/proc`, and therefore exposes very few metrics to Netdata. Additionally, [this
12 -issue](https://github.com/SynoCommunity/spksrc/issues/2758), still open as of 2018/06/24, indicates that the Debian
13 -Chroot package is not suitable for DSM versions greater than version 5 and may corrupt system libraries and render the
14 -NAS unable to boot.
9 +> 💡 This document is maintained by Netdata's community, and may not be completely up-to-date. Please double-check the
10 +> details of the installation process, before proceeding.
11 +>
12 +> You can help improve this document by
13 +> [submitting a PR](https://github.com/netdata/netdata/edit/master/packaging/installer/methods/synology.md)
14 +> with your recommended improvements or changes. Thank you!
15 +
16
17 The good news is that our [one-line installation script](kickstart.md) works fine if your NAS is one that uses the amd64 architecture. It
18 will install the content into `/opt/netdata`, making future removal safe and simple.