diff options
-rwxr-xr-x | plugins-scripts/check_disk_smb.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_disk_smb.pl b/plugins-scripts/check_disk_smb.pl index 02b71500..5a78dab6 100755 --- a/plugins-scripts/check_disk_smb.pl +++ b/plugins-scripts/check_disk_smb.pl @@ -252,7 +252,7 @@ Perl Check SMB Disk plugin for Nagios -u, --user=STRING Username to log in to server. (Defaults to \"guest\") -p, --password=STRING - Password to log in to server. (Defaults to \"guest\") + Password to log in to server. (Defaults to an empty password) -w, --warning=INTEGER or INTEGER[kMG] Percent of used space at which a warning will be generated (Default: 85%) |