Re: [Nagios-users] Setting up NRPE on HP UX

2009-01-06 Thread asam30
Hi,

The installation of nrpe on most Unices is pretty easy and outlined in the
README of the source code tarball. Once the nrpe is installed or binraies
downloaded from http://www.bennyvision.com/projects/nagios/index.php or
nagiosexchange site, you need to follow these things

The common way is to have nrpe started by inetd.

Add a line like this to your service:

# grep nrpe /etc/services
nrpe5666/tcp # Nagios Remote Plug-in Executor


Then configure your inetd similar to this.
Make sure that the paths to the nrpe binary and nrpe.cfg file are correct
and make a choice under what user nrpe should be run.

# grep nrpe /etc/inetd.conf
nrpestream tcp nowait nagios /usr/local/nagios/libexec/nrpe nrpe -c
/usr/local/nagios/libexec/nrpe.cfg -i

If all looks correct make inetd reload its conf.

# /usr/sbin/inetd -c

and check that it registered the new service

# tail /var/adm/syslog/syslog.log

# netstat -an -f inet|grep LISTEN|grep 5666

The most configuration part involves adapting nrpe.cfg to your needs and
checks that work on hpux.

You can start trying with some of the more common ones like

$ /opt/iexpress/nagios/libexec/check_nrpe -H 127.0.0.1 -c check_total_procs
PROCS CRITICAL: 369 processes

hope this helps

-Shankar


On Mon, Jan 5, 2009 at 10:43 PM, Christian Iñiguez <
challenger_jos...@yahoo.com.mx> wrote:

> Hi All!
>
> I have 2 machines with Unix HP UX, and I'd like to monitoring
> them installing nrpe, but I haven't found documentation or how to's about
> it.
>
> On Linux plataform is working very well, but it's a kind of difficult to do
> it on UNIX (HP UX)
>
> Does any body know how can perform this?
>
> Thanks in advance
>
>
>  ¡Todo sobre Amor y Sexo!
> La guía completa para tu vida en Mujer de Hoy.
> http://mx.mujer.yahoo.com/
>
>
> --
> ___
> 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
>



-- 
Shankar Asam
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB___
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

Re: [Nagios-users] Setting up NRPE on HP UX

2009-01-05 Thread C. Bensend

:)

Please keep in mind, the versions there are *old*.  I don't work
at that job any longer, so I do not have an environment to build
new ones.

Benny


> Hi there --
>
> I would check out the following URL:
>
> http://www.bennyvision.com/projects/nagios/index.php
>
> I have used the files that are available there with great success.
>
> -Original Message-
> From: Christian Iñiguez [mailto:challenger_jos...@yahoo.com.mx]
> Sent: Monday, January 05, 2009 12:14 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Setting up NRPE on HP UX
>
> Hi All!
>
> I have 2 machines with Unix HP UX, and I'd like to monitoring
> them installing
> nrpe, but I haven't found documentation or how to's about it.
>
> On Linux plataform is working very well, but it's a kind of difficult to
> do it
> on UNIX (HP UX)
>
> Does any body know how can perform this?
>
> Thanks in advance
>
>
>   ¡Todo sobre Amor y Sexo!
> La guía completa para tu vida en Mujer de Hoy.
> http://mx.mujer.yahoo.com/
>
> --
> ___
> 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
>
>
> The information in this e-mail is intended only for the person to whom it
> is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
>
> --
> ___
> 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
>


-- 
"This is /my/ kung fu.  And it is strong." -- Rat, "The Core"


--
___
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


Re: [Nagios-users] Setting up NRPE on HP UX

2009-01-05 Thread Kyle O'Donnell
ive compiled them for 10.20 and 11.00 (works with 11.11)

http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F2559.html;d=1
http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F2556.html;d=1



On 1/5/09, Kaplan, Andrew H.  wrote:
> Hi there --
>
> I would check out the following URL:
>
> http://www.bennyvision.com/projects/nagios/index.php
>
> I have used the files that are available there with great success.
>
> -Original Message-
> From: Christian Iñiguez [mailto:challenger_jos...@yahoo.com.mx]
> Sent: Monday, January 05, 2009 12:14 PM
> To: nagios-users@lists.sourceforge.net
> Subject: [Nagios-users] Setting up NRPE on HP UX
>
> Hi All!
>
> I have 2 machines with Unix HP UX, and I'd like to monitoring
> them installing
> nrpe, but I haven't found documentation or how to's about it.
>
> On Linux plataform is working very well, but it's a kind of difficult to do
> it
> on UNIX (HP UX)
>
> Does any body know how can perform this?
>
> Thanks in advance
>
>
>   ¡Todo sobre Amor y Sexo!
> La guía completa para tu vida en Mujer de Hoy.
> http://mx.mujer.yahoo.com/
>
> --
> ___
> 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
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>
>
> --
> ___
> 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 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


Re: [Nagios-users] Setting up NRPE on HP UX

2009-01-05 Thread Kaplan, Andrew H.
Hi there --

I would check out the following URL:

http://www.bennyvision.com/projects/nagios/index.php

I have used the files that are available there with great success.  

-Original Message-
From: Christian Iñiguez [mailto:challenger_jos...@yahoo.com.mx] 
Sent: Monday, January 05, 2009 12:14 PM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Setting up NRPE on HP UX

Hi All!

I have 2 machines with Unix HP UX, and I'd like to monitoring them installing
nrpe, but I haven't found documentation or how to's about it.

On Linux plataform is working very well, but it's a kind of difficult to do it
on UNIX (HP UX)

Does any body know how can perform this?

Thanks in advance


  ¡Todo sobre Amor y Sexo!
La guía completa para tu vida en Mujer de Hoy.   
http://mx.mujer.yahoo.com/

--
___
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


The information in this e-mail is intended only for the person to whom it is
addressed. If you believe this e-mail was sent to you in error and the e-mail
contains patient information, please contact the Partners Compliance HelpLine at
http://www.partners.org/complianceline . If the e-mail was sent to you in error
but does not contain patient information, please contact the sender and properly
dispose of the e-mail.


--
___
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


Re: [Nagios-users] Setting up NRPE on HP UX

2009-01-05 Thread jmoseley
Good documentation can be found at:

http://nagios.sourceforge.net/docs/nrpe/NRPE.pdf

Basically, you have to install NRPE on the host you want monitored *and*
any plugins that NRPE daemon on that host will call.  If you want to
monitor things specific to HP UX, then you'll have to write custom plugins.
You will also have to configure nrpe.cfg on the monitored host in order to
define check commands, which Nagios hosts(s) are allowed to talk to the
NRPE daemon, etc.

Then you have to install the check_nrpe plugin on the Nagios host doing the
monitoring.

Next, in the services config on the Nagios host, you have to define that
you are checking a particular service via NRPE.  For example:

check_command   check_nrpe!!check_nagios

That tells Nagios that you want to check host 'host.abc.com' via NRPE and
that the NRPE daemon on remote host.abc.com should call the check_nagios
plugin (in order to see if Nagios is running on the remote host).

This should get you started...


James Moseley




   
 Christian Iñiguez 
 To 
   nagios-users@lists.sourceforge.net  
 01/05/2009 11:13   cc 
 AM
   Subject 
   [Nagios-users] Setting up NRPE on   
   HP UX   
   
   
   
   
   
   




Hi All!

I have 2 machines with Unix HP UX, and I'd like to monitoring
them installing nrpe, but I haven't found documentation or how to's about
it.

On Linux plataform is working very well, but it's a kind of difficult to do
it on UNIX (HP UX)

Does any body know how can perform this?

Thanks in advance


  ¡Todo sobre Amor y Sexo!
La guía completa para tu vida en Mujer de Hoy.
http://mx.mujer.yahoo.com/

--

___
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 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