We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I installed the netdata bundle and found that I had to do a lot of work to get it to actually work.
I had to create the netdata (system) group and user
uid=999(netdata) gid=999(netdata) groups=999(netdata)
I had to create the following directories owned by netdata:netdata
I had to change ownership of everything in /usr/share/netdata to netdata:netdata
/var/log/netdata/error.log:2021-11-14 14:00:03: netdata ERROR : WEB_SERVER[static2] : 2: File '/usr/share/netdata/web/index.html' is owned by user 0 (expected user 999). Access Denied. (errno 11, Resource temporarily unavailable)
The text was updated successfully, but these errors were encountered:
Update complete - System already up-to-date at version 35860
Same issue..
Still couldn't get it to work after editing netdata.conf
After two hours of fighting..
systemctl stop netdata; swupd bundle-remove netdata; rm -rf /etc/netdata /var/cache/netdata /var/lib/netdata /var/log/netdata
curl https://my-netdata.io/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh
Sorry, something went wrong.
No branches or pull requests
I installed the netdata bundle and found that I had to do a lot of work to get it to actually work.
I had to create the netdata (system) group and user
I had to create the following directories owned by netdata:netdata
I had to change ownership of everything in /usr/share/netdata to netdata:netdata
The text was updated successfully, but these errors were encountered: