do you use proxy servers to get to the outside world? check IE settings.
Kris
-Original Message-
From: krishna.poth...@nokia.com [mailto:krishna.poth...@nokia.com]
Sent: Mon 13/06/2011 20:30
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Issue with check_http from intrane
if ($lastLine =~ m/NT_STATUS_LOGON_FAILURE/) {
print "WARNING: Username/Password incorrect\n";
exit 1;
} elsif ($lastLine =~ m/NT_STATUS_ACCOUNT_LOCKED_OUT/) {
print "CRITICAL: Account Locked\n";
exit 2;
} elsif ($lastLine =~ m/NT_STATUS_CONNECTION_REFUSED/) {
print "UNKNOWN
te:
> > On 10/12/2010 07:56 AM, Kristan Webb wrote:
> >> Hi All,
> >>
> >> Hopefully an easy query.
> >>
> >> We run Nagios 3 on an Ubuntu box and I'm looking for a way to stop
> >> Nagios falsely reporting services/hosts as down
Hi All,
Hopefully an easy query.
We run Nagios 3 on an Ubuntu box and I'm looking for a way to stop
Nagios falsely reporting services/hosts as down/unknown if, for example,
the network cable was pulled out of the server / the card failed. This
has happened recently for over an hour and now all ho
Try
Options +ExecCGI
ie:
Options +ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
Alias /nagios /usr/local/nagios/share
Options +E