Bug report summary
It’s been some months already that this issue is occuring. Netdata was running flawlessly, sending notification when needed via slack. It also helped me discover issues on some external software that was running on my machine.
What I experience is that after some random time (usually hours) if I try to connect to the interface, it’s not reachable anymore.
this is output of sudo systemctl status netdata
nov 25 08:37:11 Praesidium systemd[1]: Starting Real time performance monitoring...
nov 25 08:37:11 Praesidium systemd[1]: Started Real time performance monitoring.
nov 25 08:37:11 Praesidium systemd[1]: Stopping Real time performance monitoring...
nov 25 08:37:11 Praesidium systemd[1]: netdata.service: Succeeded.
nov 25 08:37:11 Praesidium systemd[1]: Stopped Real time performance monitoring.
nov 25 08:37:16 Praesidium systemd[1]: /lib/systemd/system/netdata.service:14: PIDFile= references a path below legacy directory /var/run/, updating /var/run/netdata/netdata.pid → /run/netdata/netdata.pid; please update the unit file accordingly.
These are the last rows of the error.log file under /var/log/netdata, for only the ERROR status.
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[go.d] : read failed: end of file (errno 9, Bad file descriptor)
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[go.d] : '/usr/libexec/netdata/plugins.d/go.d.plugin' (pid 3230073) disconnected after 0 successful data collections (ENDs).
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[charts.d] : read failed: end of file (errno 9, Bad file descriptor)
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[charts.d] : '/usr/libexec/netdata/plugins.d/charts.d.plugin' (pid 3230058) disconnected after 6670 successful data collections (ENDs).
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[apps] : read failed: end of file (errno 9, Bad file descriptor)
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[apps] : '/usr/libexec/netdata/plugins.d/apps.plugin' (pid 3230071) disconnected after 446488 successful data collections (ENDs).
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[apps] : child pid 3230071 killed by signal 15.
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[python.d] : read failed: end of file (errno 9, Bad file descriptor)
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[python.d] : '/usr/libexec/netdata/plugins.d/python.d.plugin' (pid 3230069) disconnected after 46664 successful data collections (ENDs).
2020-11-25 08:37:04: netdata ERROR : PLUGINSD[python.d] : child pid 3230069 killed by signal 15.
2020-11-25 08:37:16: netdata ERROR : MAIN : Health configuration cannot read file '/usr/lib/netdata/conf.d/health.d/sslcheck.conf'. (errno 13, Permission denied)
OS / Environment
/etc/lsb-release:DISTRIB_ID=Ubuntu
/etc/lsb-release:DISTRIB_RELEASE=20.10
/etc/lsb-release:DISTRIB_CODENAME=groovy
/etc/lsb-release:DISTRIB_DESCRIPTION="Ubuntu 20.10"
/etc/os-release:NAME="Ubuntu"
/etc/os-release:VERSION="20.10 (Groovy Gorilla)"
/etc/os-release:ID=ubuntu
/etc/os-release:ID_LIKE=debian
/etc/os-release:PRETTY_NAME="Ubuntu 20.10"
/etc/os-release:VERSION_ID="20.10"
/etc/os-release:HOME_URL="https://www.ubuntu.com/"
/etc/os-release:SUPPORT_URL="https://help.ubuntu.com/"
/etc/os-release:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
/etc/os-release:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
/etc/os-release:VERSION_CODENAME=groovy
/etc/os-release:UBUNTU_CODENAME=groovy
Netdata version
netdata v1.26.0-247-nightly
Component Name
Netdata Agent
Steps To Reproduce
- Start Netdata
- Check that is running from interface
- Wait random time
- Interace is not reachable
Expected behavior
Netdata should work as expected