Re: [Nagios-users] Using NSClient++ NRPE to check a local URI

2010-05-14 Thread Ward.P.Fontenot
NRPE for that? Is there a requirement that prevents you from using check_http from the Nagios server? From: Srdan Dukic [mailto:srdan.du...@gmail.com] Sent: Thursday, May 13, 2010 7:34 PM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Using NSClient++ NRPE to check a local URI

Re: [Nagios-users] How to override a command definition?

2010-05-14 Thread Morris, Patrick
Scot Wilcoxon wrote: On Thu, 2010-05-13 at 21:25 -0500, Marc Powell wrote: On May 13, 2010, at 2:50 PM, Scot Wilcoxon wrote: I'm trying to override the existing definition, because I'd rather not alter the configuration which is part of the installation package. Just

[Nagios-users] 403 forbidden error

2010-05-14 Thread prasanth katakam
Dear team, i was new to nagios, after installing when i try to open through browser i got an error like 403 forbidden you dont have permission to access /nagios/ on this server httpd error log [r...@localhost conf]# cat /var/log/httpd/error_log [Fri May 14 14:15:12 2010]

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread Kristan Webb
Try Options +ExecCGI ie: Directory /usr/local/nagios/sbin 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 /Directory Alias /nagios

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread prasanth katakam
Dear kris, i tried using --Options +ExecCGI-- but same error repeated 403 forbidden you dont have permission to access /nagios/ on this server httpd error log [r...@localhost conf]# cat /var/log/httpd/error_log [Fri May 14 16:08:17 2010] [notice] caught SIGTERM, shutting

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread Marc Powell
On May 14, 2010, at 4:52 AM, prasanth katakam wrote: Dear team, i was new to nagios, after installing when i try to open through browser i got an error like 403 forbidden you dont have permission to access /nagios/ on this server httpd error log

Re: [Nagios-users] 403 forbidden error

2010-05-14 Thread Davide Blasi
Hi Prasanth, Probably apache don't have permission on cgi-dir can you paste here output of : `ls -l /usr/local/nagios/sbin /usr/local/nagios/share' ? Apache needs read and execution permission on directories, maybe it can be resolved by `chmod -R o+rx /usr/local/nagios/sbin

[Nagios-users] Problems with distributed monitoring

2010-05-14 Thread Sérgio Afonso
Hello, I'm having same problems with my distributed monitoring instalation. I just 27 hosts in my master nagios. With around just 150 services. All these service checks are being performed as passive one. But I'm having a growing delay between master and slaves nagios. When I start it, I

Re: [Nagios-users] Problems with distributed monitoring

2010-05-14 Thread Trisha Hoang
Hi Sergio, Some of the directives I found helpful for our MASTER server are listed below. Since status.dat and nagios.cmd are disk bound, put them on ramdisk will be faster. status_file=/mnt/ramdisk/status.dat command_file=/mnt/ramdisk/nagios.cmd I don't think aggressive_host_checking is needed

Re: [Nagios-users] Problems with distributed monitoring

2010-05-14 Thread Marcel
With only 150 services, it should not delay that much nor stops execution of the main process. Please check you main nagios.cfg file and look for *command_check_interval*, if the value attributed to that variable isn't *-1* then there is your problem. Also, which nagios version are you running?

Re: [Nagios-users] Problems with distributed monitoring

2010-05-14 Thread Sérgio Afonso
Hello Marcel, My nagios version is 3.2.0. About my command_check_interval I couldn't understand very well what you mean. My command_check_interval is set to -1 Rgs, Sérgio. On Fri, May 14, 2010 at 1:50 PM, Marcel mits...@gmail.com wrote: With only 150 services, it should not delay that much

Re: [Nagios-users] Problems with distributed monitoring

2010-05-14 Thread Marcel
Make sure you understand the underlying design of distributed nagios setup. Obssessive-Compulsive (ocsp) command need to be correctly configurated on nagios slave. 2010/5/14 Sérgio Afonso sergioafons...@gmail.com Hello Marcel, My nagios version is 3.2.0. About my command_check_interval I