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

Jan Wagner waja at alioth.debian.org
Wed Aug 5 22:22:43 UTC 2009


tags 540107 pending
thanks

Author: waja
Date: 2009-08-05 22:22:43 +0000 (Wed, 05 Aug 2009)
New Revision: 1690

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/rules
Log:
make use of etime when calling ps via check_proc

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2009-07-25 23:47:50 UTC (rev 1689)
+++ nagios-plugins/trunk/debian/changelog	2009-08-05 22:22:43 UTC (rev 1690)
@@ -2,8 +2,10 @@
 
   * added libmysqlclient16-dev to build-deps and moved libmysqlclient-dev to
     the first position (Closes: #538487)
+  * configure ps to use also etime with check_proc, thanks to
+    Justin T Pryzby (Closes: #540107)
 
- -- Jan Wagner <waja at cyconet.org>  Tue, 07 Jul 2009 11:12:50 +0200
+ -- Jan Wagner <waja at cyconet.org>  Thu, 06 Aug 2009 00:11:51 +0200
 
 nagios-plugins (1.4.13+git200906171200-1) unstable; urgency=low
 

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2009-07-25 23:47:50 UTC (rev 1689)
+++ nagios-plugins/trunk/debian/rules	2009-08-05 22:22:43 UTC (rev 1690)
@@ -77,10 +77,10 @@
 		--with-pgsql=/usr \
 		--with-mysql=/usr \
 		--with-proc-loadavg=/proc/loadavg \
-		--with-ps-command="/bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args'" \
-		--with-ps-format="%s %d %d %d %d %d %f %s %n" \
-		--with-ps-cols=9 \
-		--with-ps-varlist="procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos" \
+		--with-ps-command="/bin/ps axwo '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" \
 		--with-ping-command="/bin/ping -n -U -w %d -c %d %s" \
 		--with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \
 		--with-nslookup-command="/usr/bin/nslookup -sil" \




More information about the Pkg-nagios-changes mailing list