Re: [Nagios-users] URL monitoring

2011-01-04 Thread Max Hetrick
On 01/03/2011 10:01 PM, anish kumar wrote: Hi folks, I just want to know how to monitor urls using nagios.i.e running web applications under tomcat. can any one pleasAe provide me links or docs that narrates,how to configure nagios in a way to monitor our web applications. we already

[Nagios-users] PING and NRPE Timeout

2011-01-04 Thread Darren Hill
Hi, I have a linux box (8.04 LTS ubuntu) monitoring a bunch of windows hosts where PING and NRPE checks timeout. I have several other opsview/nagios installations that work fine, but the hosts are all linux based. I do have host entries on the nagios/opsview server and the clients, and they

[Nagios-users] AKCP plugin

2011-01-04 Thread moses neah
Hi All, Has any one use this plugin? I run the below command and got error. I have install the plugin and defined the command. [r...@nagiosxi services]# /usr/local/nagios/libexec/check_akcp.pl -H 192.168.3.2 Too few options! Usage: check_akcp.pl -h check_akcp.pl --man check_akcp.pl

Re: [Nagios-users] AKCP plugin

2011-01-04 Thread Alex Dehaini
What is the error message? On Tue, Jan 4, 2011 at 7:38 AM, moses neah mssn...@yahoo.com wrote: Hi All, Has any one use this plugin? I run the below command and got error. I have install the plugin and defined the command. [r...@nagiosxi services]# /usr/local/nagios/libexec/check_akcp.pl -H

Re: [Nagios-users] AKCP plugin

2011-01-04 Thread steve f
If the error you are talking about is the too few options , then the problem appears to be that you did not include a -P for the port did not include a critical and warning values [r...@nagiosxi services]# /usr/local/nagios/libexec/check_akcp.pl -H 192.168.3.2 Too few options! Steve

Re: [Nagios-users] AKCP plugin

2011-01-04 Thread Alex Dehaini
Yep, sounds about right. Good one steve :) On Tue, Jan 4, 2011 at 8:17 AM, steve f a31mod...@hotmail.com wrote: If the error you are talking about is the too few options , then the problem appears to be that you did not include a -P for the port did not include a critical and warning values

Re: [Nagios-users] URL monitoring

2011-01-04 Thread Guy Goodenough
You also may want to take a look at the check that is included with the plugin bundle: Check_http Usage: check_http -H vhost | -I IP-address [-u uri] [-p port] [-w warn time] [-c critical time] [-t timeout] [-L] [-a auth] [-f ok | warn | critcal | follow | sticky | stickyport]

Re: [Nagios-users] URL monitoring

2011-01-04 Thread Ennis Ibarra
We do this by a wget plugin that extracts from the Probe manager ( http://psi-probe.googlecode.com/) it allows us to determine sessions and response time which comes to be very handy when you have several DB backend. Hope this is helpful. - Original Message - From: anish kumar

[Nagios-users] Difference between the timeout service and orphaned service

2011-01-04 Thread Yu Watanabe
Hello all. I'd like to ask a question about the service check timeout and the orphaned service check. I am looking at the manual but couldn't understand the major difference. Could someone give me an advice with the point of these two options? Thanks Yu Watanabe