Netdata: Difference between revisions
imported>MrVanDalo add toc |
imported>Plate1117 Added info on adding the node. |
||
| Line 2: | Line 2: | ||
[https://www.netdata.cloud/ netdata] is a metrics tool, which comes with a lot of sane preconfiguration. | [https://www.netdata.cloud/ netdata] is a metrics tool, which comes with a lot of sane preconfiguration. | ||
It contains of various plugins, which need to be enabled sometimes with additional effort. | |||
== Adding node == | |||
*Install the netdata package and enable the service. | |||
*When adding new node in the web interface you get a token, write that token to /var/lib/netdata/cloud.d/token | |||
*As root run <code>nix-shell -p netdata --run "netdata-claim.sh"</code> | |||
<span id="python-plugins"></span> | <span id="python-plugins"></span> | ||