From 762072b78bcf8dc7b6080d5be6d51f4137575f2b Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 24 Aug 2009 15:48:30 +0000 Subject: [PATCH] removing check_vsz check command --- debian/changelog | 2 ++ debian/pluginconfig/vsz.cfg | 6 ------ debian/rules | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) delete mode 100644 debian/pluginconfig/vsz.cfg diff --git a/debian/changelog b/debian/changelog index b438b4e..2ea5497 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ nagios-plugins (1.4.13+git200906171200-2) UNRELEASED; urgency=low the first position (Closes: #538487) * configure ps to use also etime with check_proc, thanks to 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 Thu, 06 Aug 2009 00:11:51 +0200 diff --git a/debian/pluginconfig/vsz.cfg b/debian/pluginconfig/vsz.cfg deleted file mode 100644 index fc4776c..0000000 --- a/debian/pluginconfig/vsz.cfg +++ /dev/null @@ -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 - } - diff --git a/debian/rules b/debian/rules index a53308c..f61c513 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \ real ssh tcp_udp telnet users 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