I'm running the Alpine version of the container image, and the check_ping command is not working.
It always results in the output: Could not interpret output from ping command
This issue can be solved by executing:
chmod u+s /bin/ping
chmod u+s /bin/ping6
Since the check_ping command is a popular official Nagios plugin, please consider adding this fix in the Dockerfile directly.
I'm running the Alpine version of the container image, and the check_ping command is not working.
It always results in the output: Could not interpret output from ping command
This issue can be solved by executing:
chmod u+s /bin/ping
chmod u+s /bin/ping6
Since the check_ping command is a popular official Nagios plugin, please consider adding this fix in the Dockerfile directly.