Difference between revisions of "Netdata"
From Briki
(Created page with "== Installing == Run: bash <(curl -Ss https://my-netdata.io/kickstart.sh) Note: Do not use sudo - `kickstart.sh` will escalate when necessary.") |
(→Installing) |
||
Line 3: | Line 3: | ||
bash <(curl -Ss https://my-netdata.io/kickstart.sh) | bash <(curl -Ss https://my-netdata.io/kickstart.sh) | ||
Note: Do not use sudo - `kickstart.sh` will escalate when necessary. | Note: Do not use sudo - `kickstart.sh` will escalate when necessary. | ||
+ | |||
+ | netdata will ask to install libssl-dev which conflicts with npm. In order to prevent it uninstalling npm, just decline the install of libssl-dev, and netdata should install ok regardless. |
Revision as of 22:41, 6 August 2019
Installing
Run:
bash <(curl -Ss https://my-netdata.io/kickstart.sh)
Note: Do not use sudo - `kickstart.sh` will escalate when necessary.
netdata will ask to install libssl-dev which conflicts with npm. In order to prevent it uninstalling npm, just decline the install of libssl-dev, and netdata should install ok regardless.