summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31c5bbb)
raw | patch | inline | side by side (parent: 31c5bbb)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 14 Sep 2005 09:49:17 +0000 (09:49 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Wed, 14 Sep 2005 09:49:17 +0000 (09:49 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1217 f882894a-f735-0410-b71e-b25c423dba1c
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 4f9dc1c9f0e5fcfc0f44d69f61948c4cf3062cb3..2f1274b9d87c37db356b0ed34a6f77730ffd8902 100644 (file)
--- a/configure.in
+++ b/configure.in
ac_cv_ps_cols=9
AC_MSG_RESULT([$ac_cv_ps_command])
-XXX
elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \
egrep -i ["^S[TAUES]* +C[OMDNA]+ +[VSIZE]+ +U[SER]+ +U[ID]+ +P[PID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null
then
ac_cv_ps_format="%*s %s %d %d %d %*s %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
ac_cv_ps_cols=8
AC_MSG_RESULT([$ac_cv_ps_command])
-XXX
else
AC_MSG_WARN([unable to find usable ps syntax - check_procs and check_nagios will not be compiled])