Difference between revisions of "Netdata"
From Briki
(→Installing) |
|||
Line 5: | Line 5: | ||
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. | 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. | ||
+ | |||
+ | == Upgrading == | ||
+ | Netdata installation creates /etc/cron.daily/netdata-update which should automatically update nightly. |
Revision as of 22:42, 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.
Upgrading
Netdata installation creates /etc/cron.daily/netdata-update which should automatically update nightly.