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