[Pkg-nagios-changes] [pkg-nagios-plugins] 260/413: Call ps with two w (#596372)
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins.
commit d9147433edfd7524385fee11c5ba83c43fe24bdf
Author: Alexander Wirt <formorer at formorer.de>
Date: Fri Sep 10 20:27:34 2010 +0000
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 <waja at cyconet.org> Sat, 31 Jul 2010 10:51:50 +0200
+ -- Alexander Wirt <formorer at debian.org> 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" \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git
More information about the Pkg-nagios-changes
mailing list