Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_smb3

Rating
0 votes
Favoured:
0
Current Version
1.2
Last Release Date
2017-06-06
Compatible With
  • Nagios XI
Owner
License
GPL
Hits
8607
Files:
FileDescription
check_smb3check_smb3
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check an SMB share using SMB1, SMB2, or SMB3. Checks Logon, Access, and if a share exists.
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 ""