Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
valeks
byvaleks, December 26, 2012
in line 64 change to
stdout=`smbclient -N -L "$host" -U"$user"%"$password" 2>&1`
to use with username/password
stdout=`smbclient -N -L "$host" -U"$user"%"$password" 2>&1`
to use with username/password