Jump to content

Featured Replies

Posted
comment_1163

There are lot’s of complains regarding the netdata not working or installing in CWP to fix the issue please follow the easy fix :

you will need top install these dependencies before installing netdata from cwp :

First uninstall netdata :

/usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force

Install dependencies :

yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest 
yum install libyaml-devel

after these depes are installed go to cwp admin » netdata » and install to from there

Installation can take few time depending on your server performance.

comment_1170
18 hours ago, Sandeep B. said:

There are lot’s of complains regarding the netdata not working or installing in CWP to fix the issue please follow the easy fix :

you will need top install these dependencies before installing netdata from cwp :

First uninstall netdata :

/usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force

Install dependencies :

yum install lz4-devel lz4 json-c-devel libuv-devel libuv --nobest 
yum install libyaml-devel

after these depes are installed go to cwp admin » netdata » and install to from there

Installation can take few time depending on your server performance.

Nothing happens, still caught in an endless loop, always keeps asking to install again.

  • Author
comment_1172

please try this

/usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force
cd /usr/local/src
rm -rf netdata
git clone --recursive https://github.com/netdata/netdata
cd netdata
./netdata-installer.sh --disable-cloud --dont-wait

then after the official version is installed without any error (keep an eye on errors if there is any) uninstall it again :

/usr/local/src/netdata/packaging/installer/netdata-uninstaller.sh --yes --force

then install it from cwp

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Posts