Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
W4rlock
If you get
./check_smb_share: line 11: ./utils.sh: No such file or directory
then you have to move the script to the Nagios libexec dir, because it uses the utils.sh from there
Or you change the Progpath on line 8 manually
I had to change Line 7 from
PROGNAME=`/bin/basename $0`
to
PROGNAME=`/usr/bin/basename $0`
./check_smb_share: line 11: ./utils.sh: No such file or directory
then you have to move the script to the Nagios libexec dir, because it uses the utils.sh from there
Or you change the Progpath on line 8 manually
I had to change Line 7 from
PROGNAME=`/bin/basename $0`
to
PROGNAME=`/usr/bin/basename $0`