Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Koodbook
byKoodbook, May 29, 2013
Can someone tell me if you succeed to make it work with *****$ sharename
Ex:
./check_smb_share -H xx.xx.xx.xx -s test$ -u ***** -p *****
I have this message:
CRITICAL SMB Sharename: test$
Thank you for your answer because it would be very usefull for me to make it work on my plateform.
Ex:
./check_smb_share -H xx.xx.xx.xx -s test$ -u ***** -p *****
I have this message:
CRITICAL SMB Sharename: test$
Thank you for your answer because it would be very usefull for me to make it work on my plateform.
Owner's reply
The dollar sign is not really part of the share name. It's there to signal to Windows clients that it is a hidden share.
Smbclient doesn't really pay attention to this so dropping the "$" from the end of share name will fix your problem.
mh
byKoodbook, May 7, 2013