This plugin checks for disk conditions on NT or Samba shares.
It uses the du command of the smbclient utility to get the total
and remaining blocks on the share, converting that to a percentage.
Before using this plugin, you must have the Samba suite installed and
working, and you must define the following variables in
angel.conf
:
$main::Smbclient
(full pathname to smbclient utility supplied with Samba)
$main::Smb_user
(username to login to NT server)
$main::Smb_pass
(NT password)