Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_smb3
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Check an SMB share using SMB1, SMB2, or SMB3. Checks Logon, Access, and if a share exists. Originally built by Steve Beauchemin at Nagios support. Updated by me.
Usage:
$PROGNAME -H -U -P -D -S -M
echo "-H ADDRESS"
echo " Name or IP address of host"
echo "-U USERNAME"
echo " User with permission to the share"
echo "-P PASSWORD"
echo " User password"
echo "-D Domain or Workgroup"
echo " Name of the Domain or Workgroup needed to authenticate"
echo "-S SHARE"
echo " The file share name on the host"
echo "-M PROTOCOL"
echo " The SMB protocol to use SMB1 SMB2 SMB3 (Default: SMB3)"
echo "-h"
echo " Print this help screen"
echo "-V"
echo " Print version and license information"
echo ""
Usage:
$PROGNAME -H
echo "-H ADDRESS"
echo " Name or IP address of host"
echo "-U USERNAME"
echo " User with permission to the share"
echo "-P PASSWORD"
echo " User password"
echo "-D Domain or Workgroup"
echo " Name of the Domain or Workgroup needed to authenticate"
echo "-S SHARE"
echo " The file share name on the host"
echo "-M PROTOCOL"
echo " The SMB protocol to use SMB1 SMB2 SMB3 (Default: SMB3)"
echo "-h"
echo " Print this help screen"
echo "-V"
echo " Print version and license information"
echo ""
Reviews (0)
Be the first to review this listing!