Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
joffrey
If you use nrpe you'll have an Unable to read output error
Owner's reply
You may have a user permission problem. On Ubuntu at least the NRPE daemon runs as the user 'nagios'. Docker, by default protects it's socket file by requiring membership in the docker group. Try the following
sudo usermod -a -G docker nagios
I will add logic to check for this and give a clearer error in the next release.