@cryptotaxi247 / netdata-1 / commits / e82691eaa

Update README.md

Costa Tsaousis committed Aug 3, 2023 at 16:39 UTC e82691eaa83b2766645651348d63890c7dbe27ff
1 file changed +25 -1
README.md
+25 -1
@@ -624,6 +624,28 @@ In a nutshell, Netdata proves invaluable for:
624 &nbsp;<br/>&nbsp;<br/>
625 </details>
626
627 +### Is Netdata open-source?
628 +
629 +The Netdata Agent back-end is entirely open-source. We ship 3 different versions of the UI: 2 open-source versions and 1 closed-source version.
630 +
631 +<details><summary>Click to see detailed answer ...</summary>
632 +&nbsp;<br/>&nbsp;<br/>
633 +
634 +The entire back-end of the Netdata Agent is open-source, licensed under GPLv3+. We don't develop a separate enterprise version. All users, including commercial ones, use the same Netdata Agent.
635 +
636 +The Netdata Agent is shipped with multiple UI versions:
637 +
638 +- `http://agent.ip:19999/v0/`, the original open-source single-node UI, GPLv3+.
639 +- `http://agent.ip:19999/v1/`, the latest open-source single-node UI, GPLv3+.
640 +- `http://agent.ip:19999/v2/`, a snapshot of the latest Netdata Cloud UI as it was at the time the agent was released, licensed to be distributed with Netdata Agents under [NCUL1](https://github.com/netdata/netdata/blob/master/web/gui/v2/LICENSE.md).
641 +
642 +When you access a Netdata Agent via `http://agent.ip:19999/` a splash screen attempts to use the latest live version of Netdata Cloud UI (downloaded from Cloudflare). This only happens when the web browser has internet connectivity and Netdata Cloud is not disabled at the agent configuration. Otherwise, it falls back to `http://agent.ip:19999/v2/`.
643 +
644 +The Netdata Cloud UI is not open-source. But we thought that it is to the benefit of the community to allow everyone to use it directly with Netdata Agents, for free, even if Netdata Cloud is not used.
645 +
646 +&nbsp;<br/>&nbsp;<br/>
647 +</details>
648 +
649 ## :book: Documentation
650
651 Netdata's documentation is available at [**Netdata Learn**](https://learn.netdata.cloud).
@@ -687,5 +709,7 @@ instructions on building each Netdata component from the source and preparing a
709
710 ## License
711
690 -The Netdata Agent is [GPLv3+](https://github.com/netdata/netdata/blob/master/LICENSE). Netdata re-distributes other open-source tools and libraries. Please check the
712 +Netdata is [GPLv3+](https://github.com/netdata/netdata/blob/master/LICENSE). Netdata re-distributes other open-source tools and libraries. Please check the
713 [third party licenses](https://github.com/netdata/netdata/blob/master/REDISTRIBUTED.md).
714 +
715 +The Latest Netdata UI, is [NCUL1](https://github.com/netdata/netdata/blob/master/web/gui/v2/LICENSE.md) and is not open-source. It also uses third party open source components. Check the [UI third party licenses](https://github.com/netdata/netdata/blob/master/web/gui/v2/3D_PARTY_LICENSES.txt)