add warning and critical threshold

This commit is contained in:
Jan Wagner 2008-09-22 15:02:26 +00:00
parent 7d50ab9177
commit e6ca5446ce
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ nagios-plugins (1.4.12-4) UNRELEASED; urgency=low
* add server_port back to 41_check_http_fix_http_header.dpatch,
patch was incomplete
* add warning and critical threshold to check_disk_smb_user command
definition
-- Jan Wagner <waja@cyconet.org> Sun, 24 Aug 2008 07:40:12 +0200

View file

@ -29,7 +29,7 @@ define command{
# 'check_disk_smb_user' command definition
define command{
command_name check_disk_smb_user
command_line /usr/lib/nagios/plugins/check_disk_smb -H '$ARG1$' -s '$ARG2$' -u '$ARG3$' -p '$ARG4$'
command_line /usr/lib/nagios/plugins/check_disk_smb -H '$ARG1$' -s '$ARG2$' -u '$ARG3$' -p '$ARG4$' -w '$ARG5$' -c '$ARG6$'
}