add warning and critical threshold
This commit is contained in:
parent
7d50ab9177
commit
e6ca5446ce
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
2
debian/pluginconfig/disk-smb.cfg
vendored
2
debian/pluginconfig/disk-smb.cfg
vendored
|
@ -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$'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue