diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-17 22:22:41 +0000 |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-17 22:22:41 +0000 |
commit | ea75bd95d36bb46f4432b18c890206f972c1cfa3 (patch) | |
tree | 6a429a02145374bf154f1e6b3adae9bd06ea5998 | |
parent | cf35fb4b92c07781ffebc1d054c4604b769be1d0 (diff) | |
download | monitoring-plugins-ea75bd95d36bb46f4432b18c890206f972c1cfa3.tar.gz |
also change the --help output to reflect that check_disk_smb defaults to empty passwords
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1164 f882894a-f735-0410-b71e-b25c423dba1c
-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%) |