Re: [Nagios-users] [Nagios-devel] Bug?: Custom notifications ignore contact notification options

2011-08-01 Thread Paul M. Dubuc
Jochen Bern wrote: > On 07/27/2011 11:00 PM, Paul M. Dubuc wrote: >> I just discovered what looks like a possible bug in the "Send custom >> host/service notification" command in Nagios 3.2.3. [...] The command >> description says that "Custom notifications normally follow the regular >> notificati

Re: [Nagios-users] nagios 3.3.1 ./configure error

2011-08-01 Thread Mark Elsen
Forwarding this to the list, as another post indicates, this might be a 'broader' problem : (check for further list-replies) : On Mon, Aug 1, 2011 at 3:42 PM, Bereket Zeselassie wrote: > i appreciate ur help. > configured it without perl and it went good until i 'make install' which > gives me

Re: [Nagios-users] Nagios 3.3.1 compile error

2011-08-01 Thread Michael Friedrich
Jeremy Gibbs wrote: I am running FreeBSD version 8.1. I have Nagios core 3.2.3 compiled and installed. I ran ./configure --sysconfdir=/etc/nagios --localstatedir=/var/nagios --with-command-group=nagcmd and make all then make install. Make install is where I get this error. for file in

[Nagios-users] Nagios 3.3.1 compile error

2011-08-01 Thread Jeremy Gibbs
I am running FreeBSD version 8.1. I have Nagios core 3.2.3 compiled and installed. I ran ./configure --sysconfdir=/etc/nagios --localstatedir=/var/nagios --with-command-group=nagcmd and make all then make install. Make install is where I get this error. for file in includes/rss/*; do /usr

Re: [Nagios-users] check http port 80 warning on a site that actually exists.

2011-08-01 Thread Henti Smith
On Mon, Aug 1, 2011 at 10:58 AM, Jonathan Aquilina wrote: > Would you say this is a false positive? No. It's a positive response to your check. The check is a "HTTP" check, and the server is not a responding with a valid HTTP response, hence you need to find a different way of checking it. Henti

Re: [Nagios-users] check http port 80 warning on a site that actually exists.

2011-08-01 Thread Pete Dewell
My guess is that the server is possibly set up to always respond with a 404 on the IP address. check_http -H www.ludicash.com check_http -H www.ludicash.com -S both return OK. If you set up your host definition with the FQDN in the "address" field rather than the IP address, it should work OK.

Re: [Nagios-users] check http port 80 warning on a site that actually exists.

2011-08-01 Thread Jonathan Aquilina
Would you say this is a false positive? On 01/08/2011 10:48, Henti Smith wrote: > It looks like this is not a HTTP server. > > A HTTP/HEAD/1.0 request returns : > > > HEAD / HTTP/1.0 > > HTTP/1.1 404 Not Found > Content-Length: 315 > Content-Type: text/html; charset=us-ascii > Server: Microsoft-HT

Re: [Nagios-users] check http port 80 warning on a site that actually exists.

2011-08-01 Thread Henti Smith
It looks like this is not a HTTP server. A HTTP/HEAD/1.0 request returns : HEAD / HTTP/1.0 HTTP/1.1 404 Not Found Content-Length: 315 Content-Type: text/html; charset=us-ascii Server: Microsoft-HTTPAPI/2.0 Date: Mon, 01 Aug 2011 08:36:34 GMT Connection: close >From : http://msdn.microsoft.com/