makeself-help-header.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ^
  2. |.-. .-. .-. .-. . netdata
  3. | '-' '-' '-' '-' monitoring and troubleshooting, transformed!
  4. +----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--->
  5. Copyright 2018-2025 Netdata Inc.
  6. SPDX-License-Identifier: GPL-3.0-or-later
  7. You are about to install netdata to this system.
  8. netdata will be installed at:
  9. /opt/netdata
  10. The following changes will be made to your system:
  11. # USERS / GROUPS
  12. User 'netdata' and group 'netdata' will be added, if not present.
  13. # LOGROTATE
  14. This file will be installed if logrotate is present.
  15. - /etc/logrotate.d/netdata
  16. # SYSTEM INIT
  17. This file will be installed if this system runs with systemd:
  18. - /lib/systemd/system/netdata.service
  19. or, for older CentOS, Debian/Ubuntu or OpenRC Gentoo:
  20. - /etc/init.d/netdata will be created
  21. This package can also update a netdata installation that has been
  22. created with another version of it.
  23. Your netdata configuration will be retained.
  24. After installation, netdata will be (re-)started.
  25. netdata re-distributes a lot of open source software components.
  26. Check its full license at:
  27. https://github.com/netdata/netdata/blob/master/LICENSE.md
  28. Anonymous stat collection and reporting to Netdata is enabled
  29. by default. To disable, pass --disable-telemetry option to the installer
  30. or export the environment variable DISABLE_TELEMETRY to a non-zero or non-empty
  31. value (e.g export DISABLE_TELEMETRY=1).