removing check_vsz check command
This commit is contained in:
parent
450865202e
commit
762072b78b
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -4,6 +4,8 @@ nagios-plugins (1.4.13+git200906171200-2) UNRELEASED; urgency=low
|
||||||
the first position (Closes: #538487)
|
the first position (Closes: #538487)
|
||||||
* configure ps to use also etime with check_proc, thanks to
|
* configure ps to use also etime with check_proc, thanks to
|
||||||
Justin T Pryzby (Closes: #540107)
|
Justin T Pryzby (Closes: #540107)
|
||||||
|
* removing vsz.cfg, check_vsz isn't available anymore and check_proc can be
|
||||||
|
used, thanks to Keith (Closes: #542700)
|
||||||
|
|
||||||
-- Jan Wagner <waja@cyconet.org> Thu, 06 Aug 2009 00:11:51 +0200
|
-- Jan Wagner <waja@cyconet.org> Thu, 06 Aug 2009 00:11:51 +0200
|
||||||
|
|
||||||
|
|
6
debian/pluginconfig/vsz.cfg
vendored
6
debian/pluginconfig/vsz.cfg
vendored
|
@ -1,6 +0,0 @@
|
||||||
# 'check_vsz' command definition
|
|
||||||
define command{
|
|
||||||
command_name check_vsz
|
|
||||||
command_line /usr/lib/nagios/plugins/check_vsz -w 8096 -c 16182 -C httpd
|
|
||||||
}
|
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -33,7 +33,7 @@ std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
|
||||||
basic_plugin_cfgs:=apt dhcp disk dummy ftp http load mail news ntp ping procs \
|
basic_plugin_cfgs:=apt dhcp disk dummy ftp http load mail news ntp ping procs \
|
||||||
real ssh tcp_udp telnet users
|
real ssh tcp_udp telnet users
|
||||||
std_plugin_cfgs:=breeze disk-smb dns flexlm fping games hppjd ifstatus ldap \
|
std_plugin_cfgs:=breeze disk-smb dns flexlm fping games hppjd ifstatus ldap \
|
||||||
mrtg mysql netware nt pgsql radius rpc-nfs snmp vsz
|
mrtg mysql netware nt pgsql radius rpc-nfs snmp
|
||||||
|
|
||||||
PATH = /bin:/sbin:/usr/bin:/usr/sbin
|
PATH = /bin:/sbin:/usr/bin:/usr/sbin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue