Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
The check seems to work, but I get a warning for line 140, when I supply multiple mount points:
./check_mountpoints.sh: line 140: [: /srv/apache/etc: binary operator expected
I fixed it by quoting the variable:
if [ -z “${MPS}” ]; then