I’ve faced an issue - the newly added Node in a room doesn’t displayed any charts. It’s shown online, reacted to restarts (became offline for this period), and also syslogd logs are present for this node. Agent started in a docker contatiner and I’ve found in it logs these confusing lines:
netdata | time=2023-12-20T11:35:04.974+00:00 comm=netdata source=daemon level=info tid=1284248 thread=PD[charts.d] module=plugins.d[charts.d.plugin] node=HOSTNAME_HERE src_transport=pluginsd request='DISABLE' msg="PLUGINSD: plugin called DISABLE. Disabling it."
netdata | /usr/libexec/netdata/plugins.d/charts.d.plugin: line 138: echo: write error: Broken pipe
netdata | time=2023-12-20T11:35:04.978+00:00 comm=netdata source=daemon level=info tid=1284248 thread=PD[charts.d] module=plugins.d[charts.d.plugin] node=HOSTNAME_HERE src_transport=pluginsd msg="PLUGINSD: 'host:HOSTNAME_HERE, '/usr/libexec/netdata/plugins.d/charts.d.plugin' (pid 1284261) does not generate useful output but it reports success (exits with 0). Will not start it again - it is now disabled.."
Line line 138:
is a single line for all the log and not repeated more.
Is it related to a problem or which way to dig it to?
Calling curl localhost:19999/api/v1/charts
outputs a long charts list, so locally charts are present.
I’ve tried to restart docker compose container, to remove and to add Node again with the same result. Also tried to use a different image version: stable (current) and edge. Result is always the same - " No charts to display" in UI.