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
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
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
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
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
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.
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
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/