[Bug]: Docker: ndsudo cannot find fail2ban executables on host from within container #18079
Labels
area/collectors
Everything related to data collection
bug
collectors/go.d
feature request
New features
Bug description
Hello all, thank you for this amazing project.
I noticed that using the suggested Docker configuration leads to a scenario where the fail2ban integration is unable to start due to no access to the host's PATH to find the executable.
Expected behavior
Expected netdata to parse fail2ban logs for display on the dashboard.
Steps to reproduce
exit status 4
is vague# docker exec -it netdata bash
ndsudo
manually with:PATH as per
netdata.conf
isInstallation method
docker
System info
Netdata build info
Additional info
Do some plugins require bind mounts from the host's
/usr/bin/
and related paths into the container's/usr/local/bin
to function? If this is an acceptable workaround, it should be documented in the Docker configuration.The text was updated successfully, but these errors were encountered: