Call ps with two w (#596372)

This commit is contained in:
Alexander Wirt 2010-09-10 20:27:34 +00:00
parent 7c14e93496
commit d9147433ed
2 changed files with 5 additions and 3 deletions

6
debian/changelog vendored
View file

@ -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 <waja@cyconet.org> Sat, 31 Jul 2010 10:51:50 +0200
-- Alexander Wirt <formorer@debian.org> Fri, 10 Sep 2010 22:24:01 +0200
nagios-plugins (1.4.15-1) unstable; urgency=low

2
debian/rules vendored
View file

@ -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" \