mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
ps -el for HP-UX
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@874 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
53ea17c4b2
commit
828e5cacc1
1 changed files with 1 additions and 1 deletions
|
|
@ -804,7 +804,7 @@ elif ps -el 2>/dev/null | \
|
|||
egrep -i ["^ *F +S +UID +PID +PPID +C +PRI +NI +ADDR +SZ +WCHAN +TTY +TIME +[RGSCOMDNA]+"] >/dev/null
|
||||
then
|
||||
ac_cv_ps_varlist="[procstat,&procuid,&procppid,&pos,procprog]"
|
||||
ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1)"
|
||||
ac_cv_ps_command="$PATH_TO_PS -el (AIX 4.1 and HP-UX)"
|
||||
ac_cv_ps_format="%*s %s %d %*s %d %*s %*s %*s %*s %*s %*s %*s %*s %n%s"
|
||||
ac_cv_ps_cols=5
|
||||
AC_MSG_RESULT([$ac_cv_ps_command])
|
||||
|
|
|
|||
Loading…
Reference in a new issue