diff options
Diffstat (limited to 'plugins-scripts')
-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 | ||