Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
arnotron
byarnotron, July 2, 2012
1 of 1 people found this review helpful
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
./check_mountpoints.sh: line 140: [: /srv/apache/etc: binary operator expected
I fixed it by quoting the variable:
if [ -z "${MPS}" ]; then
Owner's reply
fixed in version 1.6