From d9147433edfd7524385fee11c5ba83c43fe24bdf Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Fri, 10 Sep 2010 20:27:34 +0000 Subject: [PATCH] Call ps with two w (#596372) --- debian/changelog | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 031fd39..5662c8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ nagios-plugins (1.4.15-2) UNRELEASED; urgency=low - * NOT RELEASED YET + [ Alexander Wirt ] + * Call ps with two "w" to ensure unlimited width of ps output + (Closes: #596372) - -- Jan Wagner Sat, 31 Jul 2010 10:51:50 +0200 + -- Alexander Wirt Fri, 10 Sep 2010 22:24:01 +0200 nagios-plugins (1.4.15-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 3c1507c..a3d2c46 100755 --- a/debian/rules +++ b/debian/rules @@ -88,7 +88,7 @@ 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 etime comm args'" \ + --with-ps-command="/bin/ps axwwo '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" \