[Pkg-nagios-changes] [pkg-nagios] r1909 - nagios-plugins/trunk/debian

Alexander Wirt formorer at alioth.debian.org
Fri Sep 10 20:27:41 UTC 2010


tags 596372 pending
thanks

Author: formorer
Date: 2010-09-10 20:27:34 +0000 (Fri, 10 Sep 2010)
New Revision: 1909

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/rules
Log:
Call ps with two w (#596372)


Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2010-07-31 08:52:05 UTC (rev 1908)
+++ nagios-plugins/trunk/debian/changelog	2010-09-10 20:27:34 UTC (rev 1909)
@@ -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
 

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2010-07-31 08:52:05 UTC (rev 1908)
+++ nagios-plugins/trunk/debian/rules	2010-09-10 20:27:34 UTC (rev 1909)
@@ -88,7 +88,7 @@
 		--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" \




More information about the Pkg-nagios-changes mailing list