This is a fix for Netdata on CentOS 8 Stream. Please read carefully!!
Okay! Before you use this I have to make some disclaimers...lol. So here they are:
1. !!!YOU ARE USING THIS AT YOUR OWN RISK!!!
2. Two packages are from the CentOS 9 Stream Repo (lz4-libs-1.9.3-5.el9.x86_64.rpm lz4-devel-1.9.3-5.el9.x86_64.rpm) and may cause issues later on since they are not officially for CentOS 8 Stream. They are required for Netdata so there is no getting around this on CentOS 8 Stream as it is EOL.
3. This will remove the old failed install of Netdata before trying to install it again.
4. This fixes the automatic start issue of Netdata on reboot
5. I have NO IDEA the long term effect this install could have because of the CentOS 9 Stream packages.
6. !!!THIS HAS NOT BEEN TESTED ON CENTOS 8 NON STREAM VERSION!!!
All that said, all tests on a vanilla CWP install on CentOS 8 Stream show good.
If you still want to try this then run the one liner command below:
cd /scripts && cp install_netdata install_netdata.orig && wget -O install_netdata https://github.com/LPJon/cwpfixes/raw/main/install_netdata && /scripts/./install_netdata