[Nagios-users] How do I check the services on remote machines

2007-08-16 Thread Lingyun Yang
Hi:
   I am running nagios to monitoring a cluster. There are different 
kinds of services running on different machines. How could I use nagios 
to monitor the services on remote machines? I know I may need to write  
new plugins to check the service status. My question is: how could I 
send the service status back to nagios's machine. Do I need to write a 
client  which running on the remote machine and send check results back 
to nagios periodically? or is there any existing nagios's figure 
supporting this functionality?

thanks
Lingyun

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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


Re: [Nagios-users] How do I check the services on remote machines

2007-08-16 Thread Andy Shellam (Mailing Lists)
Hi Lingyun,

Have a look at NRPE.

Basically you run an NRPE daemon on the remote machines (which is 
configured with the commands to use.)
You set up a service in Nagios to use check_nrpe to query the remote 
NRPE daemon.  The NRPE daemon takes the command name to use, runs the 
command associated on the system, then sends the result back to Nagios, 
which determines if it was successful or not.

You get the check_nrpe plugin by compiling NPRE (you just have to copy 
it to Nagios' libexec directory.

Andy.

Lingyun Yang wrote:
 Hi:
I am running nagios to monitoring a cluster. There are different 
 kinds of services running on different machines. How could I use nagios 
 to monitor the services on remote machines? I know I may need to write  
 new plugins to check the service status. My question is: how could I 
 send the service status back to nagios's machine. Do I need to write a 
 client  which running on the remote machine and send check results back 
 to nagios periodically? or is there any existing nagios's figure 
 supporting this functionality?

 thanks
 Lingyun

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.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

 !DSPAM:37,46c499c8107501549885501!



   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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


Re: [Nagios-users] How do I check the services on remote machines

2007-08-16 Thread Jim Avery
On 16/08/07, Andy Shellam (Mailing Lists)
[EMAIL PROTECTED] wrote:
 Have a look at NRPE.

I prefer to use NSCA myself, but there are pros and cons to both.  As
ever, you decide!

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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


Re: [Nagios-users] How do I check the services on remote machines

2007-08-16 Thread Jim Avery
On 16/08/07, Donnell Lewis [EMAIL PROTECTED] wrote:
 I personally like the most secure way which is by using the check_by_ssh
 plugin

Is check_by_ssh more secure than nsca?  I'd have thought nsca was more
secure as no ports need to be 'open' on the server being monitored.
I'm ready to stand corrected though.

Cheers,

Jim

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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


Re: [Nagios-users] How do I check the services on remote machines

2007-08-16 Thread Lingyun Yang
Hi guys:
Thanks so much for the information.  Your answers are very helpful.

Lingyun

Jim Avery wrote:
 On 16/08/07, Donnell Lewis [EMAIL PROTECTED] wrote:
   
 I personally like the most secure way which is by using the check_by_ssh
 plugin
 

 Is check_by_ssh more secure than nsca?  I'd have thought nsca was more
 secure as no ports need to be 'open' on the server being monitored.
 I'm ready to stand corrected though.

 Cheers,

 Jim

 -
 This SF.net email is sponsored by: Splunk Inc.
 Still grepping through log files to find problems?  Stop.
 Now Search log events and configuration files using AJAX and a browser.
 Download your FREE copy of Splunk now   http://get.splunk.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
   


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.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