|
|
Choosing A Webhost: |
nagiosplug configure.in,1.150,1.151: msg#00021network.nagios.plugins.cvs
Update of /cvsroot/nagiosplug/nagiosplug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27818 Modified Files: configure.in Log Message: Support for Tru64 for check_procs + additional test cases Index: configure.in =================================================================== RCS file: /cvsroot/nagiosplug/nagiosplug/configure.in,v retrieving revision 1.150 retrieving revision 1.151 diff -u -d -r1.150 -r1.151 --- configure.in 19 Sep 2005 13:51:19 -0000 1.150 +++ configure.in 20 Sep 2005 11:34:34 -0000 1.151 @@ -698,14 +698,17 @@ ac_cv_ps_cols=9 AC_MSG_RESULT([$ac_cv_ps_command]) -dnl Tru64 - needs %*[ +] in PS_FORMAT -elif ps -ao 'stat comm vsz rss user uid pid ppid args' 2>/dev/null | \ - egrep -i ["^ *S[TAUES]* +[UCOMDNA]+ +[VSIZE]+ +R[S]+ +U[SER]+ +U[ID]+ +P[ID]+ +P[PID]+ +[RGSCOMDNA]+"] >/dev/null +dnl Tru64 - needs %*[ +<>] in PS_FORMAT. +dnl Has /usr/bin/ps and /sbin/ps - force sbin version +dnl Can't use vsize and rssize because comes back with text (eg, 1.5M instead +dnl of 1500). Will need big changes to check_procs to support +elif /sbin/ps -eo 'stat uid pid ppid pcpu etime comm args' 2>/dev/null | \ + egrep -i ["^ *S +[UID]+ +[PID]+ +[PID]+ +[%CPU]+ +[ELAPSD]+ +[COMMAND]+ +[COMMAND]+"] > /dev/null then - ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procvsz,&procrss,&procpcpu,procprog,&pos]" - ac_cv_ps_command="$PATH_TO_PS -ao 'stat uid pid ppid vsz rss pcpu comm args'" - ac_cv_ps_format=["%s%*[ +] %d %d %d %d %d %f %s %n"] - ac_cv_ps_cols=9 + ac_cv_ps_varlist="[procstat,&procuid,&procpid,&procppid,&procpcpu,procetime,procprog,&pos]" + ac_cv_ps_command="/sbin/ps -eo 'stat uid pid ppid pcpu etime comm args'" + ac_cv_ps_format=["%s%*[ +<>] %d %d %d %f %s %s %n"] + ac_cv_ps_cols=8 AC_MSG_RESULT([$ac_cv_ps_command]) elif ps -eo 's comm vsz rss user uid pid ppid args' 2>/dev/null | \ ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | nagiosplug/doc RELEASING,1.6,1.7, Ton Voon |
|---|---|
| Next by Date: | nagiosplug/plugins/t check_procs.t,1.3,1.4, Ton Voon |
| Previous by Thread: | nagiosplug/doc RELEASING,1.6,1.7, Ton Voon |
| Next by Thread: | nagiosplug/plugins/t check_procs.t,1.3,1.4, Ton Voon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |