Re: [Nagios-users] Need help

2007-03-25 Thread Morris, Patrick
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Mukta Sharma > Sent: Sunday, March 25, 2007 5:10 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Need help > > I am having one problem, after installing it. I followed all > the steps written in the docum

[Nagios-users] Need help

2007-03-25 Thread Mukta Sharma
Hi This is Mukta Sharma. I am masters student in GWU. I am doing Nagios installation and configuration during my Unix project. I am having one problem, after installing it. I followed all the steps written in the documentation to install Nagios. But after restarting my web server when i just wa

[Nagios-users] is there a way to set host min_check_attempt?

2007-03-25 Thread Dinçer Kavraal
Hi, (as to be numbers are only sample) We know that host assumed to be DOWN if host does not reply (or timeout) for 5 times successively (I mean 5 distinct checks in order). Do you know how to make nagios assume that host is UP only and only if host says OK to ping check for 5 times successively a

Re: [Nagios-users] NRPE 2.7.1 command_prefix problem

2007-03-25 Thread Andy Shellam
I've been looking at this some more today, and finally found the problem and solution! I added "> /dev/stdout 2>&1" to the end of a command in my nrpe.cfg, and got the following result when running check_nrpe off my Nagios server: "sudo: sorry, you must have a tty to run sudo." Looking at the

Re: [Nagios-users] WRONG STATUS

2007-03-25 Thread Andy Shellam
Also, in your check_ping command definition, you're requesting the host respond within 30ms to be classed as up and OK. This seems awfully quick - personally I request 1000ms (1 second) to give it a fair amount of time to respond. If the host/router/whatever is busy, it could take slightly lon

Re: [Nagios-users] Checking host up without ping

2007-03-25 Thread Andy Shellam
It's probably a bit late for this, but one of my servers used to be with a host that blocked pings, so I used check_ssh instead - if the SSH service responded, the server was up :) Andy. Johnston, Mike J wrote: > I guess I should have thought my question through before I asked... > Thanks for t