Call ps with two w (#596372)
This commit is contained in:
parent
7c14e93496
commit
d9147433ed
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -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
2
debian/rules
vendored
|
@ -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" \
|
||||
|
|
Loading…
Reference in a new issue