Re: [Nagios-users] Issue with check_http from intranet

2011-06-14 Thread Kristan Webb
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

Re: [Nagios-users] Monitoring Windows Mount Points

2011-06-06 Thread Kristan Webb
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

Re: [Nagios-users] Disabling Nagios in the event of network card failure.

2010-10-14 Thread Kristan Webb
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

[Nagios-users] Disabling Nagios in the event of network card failure.

2010-10-12 Thread Kristan Webb
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

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread Kristan Webb
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