diff --git a/debian/changelog b/debian/changelog index 84d79b1..b438b4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ nagios-plugins (1.4.13+git200906171200-2) UNRELEASED; urgency=low * added libmysqlclient16-dev to build-deps and moved libmysqlclient-dev to the first position (Closes: #538487) + * configure ps to use also etime with check_proc, thanks to + Justin T Pryzby (Closes: #540107) - -- Jan Wagner Tue, 07 Jul 2009 11:12:50 +0200 + -- Jan Wagner Thu, 06 Aug 2009 00:11:51 +0200 nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 1a4992c..a53308c 100755 --- a/debian/rules +++ b/debian/rules @@ -77,10 +77,10 @@ config.status: configure --with-pgsql=/usr \ --with-mysql=/usr \ --with-proc-loadavg=/proc/loadavg \ - --with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'" \ - --with-ps-format="%s %d %d %d %d %d %f %s %n" \ - --with-ps-cols=9 \ - --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" \ + --with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu etime comm args'" \ + --with-ps-format="%s %d %d %d %d %d %f %s %s %n" \ + --with-ps-cols=10 \ + --with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procetime,procprog,&pos" \ --with-ping-command="/bin/ping -n -U -w %d -c %d %s" \ --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \ --with-nslookup-command="/usr/bin/nslookup -sil" \