diff options
author | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-17 22:22:41 (GMT) |
---|---|---|
committer | M. Sean Finney <seanius@users.sourceforge.net> | 2005-04-17 22:22:41 (GMT) |
commit | ea75bd95d36bb46f4432b18c890206f972c1cfa3 (patch) | |
tree | 6a429a02145374bf154f1e6b3adae9bd06ea5998 /plugins-scripts/check_disk_smb.pl | |
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
Diffstat (limited to 'plugins-scripts/check_disk_smb.pl')
-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 02b7150..5a78dab 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 | |||
252 | -u, --user=STRING | 252 | -u, --user=STRING |
253 | Username to log in to server. (Defaults to \"guest\") | 253 | Username to log in to server. (Defaults to \"guest\") |
254 | -p, --password=STRING | 254 | -p, --password=STRING |
255 | Password to log in to server. (Defaults to \"guest\") | 255 | Password to log in to server. (Defaults to an empty password) |
256 | -w, --warning=INTEGER or INTEGER[kMG] | 256 | -w, --warning=INTEGER or INTEGER[kMG] |
257 | Percent of used space at which a warning will be generated (Default: 85%) | 257 | Percent of used space at which a warning will be generated (Default: 85%) |
258 | 258 | ||