Re: [Nagios-users] check_procs xend

2007-09-11 Thread Richard Mohr
On Sat, 2007-09-08 at 00:57 -0500, Terry L. Inzauro wrote:

> [EMAIL PROTECTED]:/etc/xen# ps -ef | grep xend
> root  2392 1  0 Sep07 ?00:00:00 python 
> /usr/lib/xen-3.0.3-1/bin/xend start
> root  2394  2392  0 Sep07 ?00:00:11 python 
> /usr/lib/xen-3.0.3-1/bin/xend start
> 
> i've tried the following with no success:
> 
> '/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 
> '/usr/lib/xen-3.0.3-1/bin/xend start''
> '/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 
> '/usr/lib/xen-3.0.3-1/bin/xend''
> '/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 'start''
> '/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python'

Matching the command can sometimes be tricky.  (Running "ps -ef" on one
of my systems shows the command /usr/sbin/gmond, but check_procs will
only see it if I use "-C gmond" and not "-C /usr/sbin/gmond".)

Since you are more interested in finding the "xend" portion of the
command, I suggest dropping the -C option and just use "-a xend" to
locate the xend instances.

-- 
Rick Mohr
Systems Developer
Ohio Supercomputer Center


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] check_procs xend

2007-09-07 Thread Terry L. Inzauro
list,

i can't seem to get the check_procs plugin to look for the xend processes.


[EMAIL PROTECTED]:/etc/xen# ps -ef | grep xend
root  2392 1  0 Sep07 ?00:00:00 python 
/usr/lib/xen-3.0.3-1/bin/xend start
root  2394  2392  0 Sep07 ?00:00:11 python 
/usr/lib/xen-3.0.3-1/bin/xend start



i've tried the following with no success:

'/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 
'/usr/lib/xen-3.0.3-1/bin/xend start''
'/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 
'/usr/lib/xen-3.0.3-1/bin/xend''
'/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python -a 'start''
'/opt/nagios/libexec/check_procs -w 2:2 -c 2:2 -C python'


any help would be greatly appreciated.


_Terry




-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null