[Pkg-nagios-changes] [pkg-nagios-plugins] 181/413: make use of etime when calling ps via check_proc
Jan Wagner
waja at moszumanska.debian.org
Tue Nov 26 23:13:21 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 450865202e8149184a0a58404ff108e54338dd0d
Author: Jan Wagner <waja at cyconet.org>
Date: Wed Aug 5 22:22:43 2009 +0000
make use of etime when calling ps via check_proc
---
debian/changelog | 4 +++-
debian/rules | 8 ++++----
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 84d79b1..b438b4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,10 @@ nagios-plugins (1.4.13+git200906171200-2) UNRELEASED; urgency=low
* 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
diff --git a/debian/rules b/debian/rules
index 1a4992c..a53308c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,10 +77,10 @@ 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 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" \
--
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