Centos 7 yum install netdata but ERROR 405

Environment

[root@2 ~]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
[root@2 ~]# netdata -v
netdata v1.29.0

Problem/Question

web url: http://172.25.52.55:19999/

ERROR 405: Cannot download charts index from server: http://172.25.52.55:19999/api/v1/charts

netdata-error.log
netdata-json

What I expected to happen

Now,I have to disable apps.files to avoid json parsing errors.

[root@2 netdata]# vim /etc/netdata/netdata.conf
[apps.files]
enabled = no

Looking forward to your final solution.

Hi @1114 :wave:

A very nice finding! So it is apps.files chart variable, it is nan

			"chart_variables": {
		"fdperc": nan
			},

We really need just to delete the var @vlvkobal

@1114

lets see the fdperc value

as root user, please do

[pc plugins.d]# ./apps.plugin 2>&1 | grep fdperc
VARIABLE fdperc = 13

@1114 have you compiled Netdata from sources or installed it using kickstart-static64.sh?

[root@1 plugins.d]# ./apps.plugin 2>&1 | grep fdperc
VARIABLE fdperc = 0
VARIABLE fdperc = 0

Sorry for that. There is no internet for my environment. I use nexus to install netdata.

A similar issue was resolved by reinstalling Netdata from sources. We still can’t reproduce the issue when Netdata is installed using the kickstart script.