Re: [Nagios-users] Internal server error

2005-12-05 Thread Hugo van der Kooij
On Mon, 5 Dec 2005, Charles Guimont wrote: > Hellol, > I tryed > > $ bash > > $ REQEUST_METHOD=GET > > $ export REQUEST_METHOD > > $ /usr/local/nagios/sbin/status.cgi > > Again and it worked as root. What could be causing the problem now? Does it work as apache? (Or whoeven runs your webserver.)

Re: [Nagios-users] contactgroup{ }, and contactgroups # bug?

2005-12-05 Thread Hugo van der Kooij
On Mon, 5 Dec 2005, Cam wrote: > That's exactly my point. There shouldn't have to be. It's listed as > required in the 'hostgroups' definition too, but it doesn't actually > require it (because if you add members on a per-host basis you > shouldn't have to define them in the group definition als

[Nagios-users] Reporting ideas sought.

2005-12-05 Thread Stanley.Hopcroft
Dear Folks, I am writing to welcome clues about providing an itemised list of outages and their causes from, 'in some way', Nagios. The Nagios availability report does ineed provide a useful list of outages that can be wrapped and processed to ones hearts content (eg HOST_NAME

Re: [Nagios-users] Internal server error

2005-12-05 Thread Charles Guimont
Hellol, I tryed $ bash $ REQEUST_METHOD=GET $ export REQUEST_METHOD $ /usr/local/nagios/sbin/status.cgi Again and it worked as root. What could be causing the problem now? Thanks, Charles On 05-12-05, at 11:02, Marc Powell wrote: Try this (preferably as the apache user) -- $ bash $ REQEUST

Re: [Nagios-users] Using NRPE to call remote event_handlers

2005-12-05 Thread Jason Martin
On Mon, Dec 05, 2005 at 11:55:26AM -0500, Mark Pearson wrote: > restart httpd, I noticed in the sample cfgs that the event_handlers seem all > to be running locally. Should I have the full blown nagios running on > remote machine? Currently, I only have the nrpe, plugins and my This is not necess

Re: [Nagios-users] contactgroup{ }, and contactgroups # bug?

2005-12-05 Thread Cam
On 12/5/05, Hugo van der Kooij <[EMAIL PROTECTED]> wrote: > Read the documentation: > > define contactgroup{ > contactgroup_name contactgroup_name > alias alias > members members > } > > All lines are in red and therefor required. Read your online version on:

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Eli Stair
Good point. I don't know how to implement host-check-only-on-servicecheck-fail on 2.0. I don't see in the config that it is supported, from what I read execute_host_checks is a global do or donot hostcheck declarative. Is this correct? /eli Ludwig Pummer wrote: I should point out I'm runn

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Hendrik Baecker
Eli Stair schrieb: I had a suspicion that the cause might be large numbers of hosts that go down. Until I get around to them the host checks obviously continue... perhaps that's what's causing the general slowdown in all of nagios. Think about why a host check is executed... not only when

RE: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Ludwig Pummer
I should point out I'm running Nagios 1.3, which will only perform host checks if a service check fails. I use check_ping and the 30 seconds and 6 seconds numbers were what I passed to check_ping in my checkcommands.cfg (although it's probable check_ping wasn't waiting the full 30 seconds, i

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Blake Krone
I have active host checks set to 0 so that they won't actually check unless a service fails on the host. How do you specify a recheck in seconds? I thought minutes were all that was allowed.-Blake On 12/5/05, Ludwig Pummer <[EMAIL PROTECTED]> wrote: I had large latencies caused by (1) hosts b

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Eli Stair
I had a suspicion that the cause might be large numbers of hosts that go down. Until I get around to them the host checks obviously continue... perhaps that's what's causing the general slowdown in all of nagios. Makes me wish again host checks were parallelized. /eli Ludwig Pummer wrote:

RE: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Ludwig Pummer
I had large latencies caused by (1) hosts being down and (2) a host check that took way too long. Nagios will suspend all service checks while it performs a host check. In my case, the Nagios config I inherited made 10 attempts at 30 seconds each attempt before declaring a host to be down, s

Re: [Nagios-users] Internal server error

2005-12-05 Thread Charles Guimont
I permormed the test as root. Any other ideas? Charles On 05-12-05, at 15:03, Marc Powell wrote: -Original Message- From: Charles Guimont [mailto:[EMAIL PROTECTED] Sent: Monday, December 05, 2005 10:19 AM To: Marc Powell; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Eli Stair
Just for comparison, I'm having a very similar issue. Currently it's better, but latency last week was around the same area. I'm running with the perlcache, most checks are quick SNMP gets. System is a dual Opteron 246, 4GB RAM and currently doing nothing but this. Check Execution Time:

Re: [Nagios-users] Huge Service Latencies

2005-12-05 Thread Hugo van der Kooij
On Mon, 5 Dec 2005, Blake Krone wrote: > Service Check Execution Time:0.10 / 10.04 / 2.175 sec > Service Check Latency:21.25 / 483.37 / 224.970 sec > Host Check Execution Time:0.06 / 10.70 / 4.307 sec > Host Check Latency:0.00 / 529.15 / 5.137 sec > # Active Host / Service Checks:

Re: [Nagios-users] contactgroup{ }, and contactgroups # bug?

2005-12-05 Thread Hugo van der Kooij
On Mon, 5 Dec 2005, Cam wrote: > however, doing an equivalent configuration w/ contacts/contactgroups > doesn't work (i'm using nagios 2.0b4): Read the documentation: define contactgroup{ contactgroup_name contactgroup_name alias alias members members } A

[Nagios-users] Huge Service Latencies

2005-12-05 Thread Blake Krone
Service Check Execution Time:    0.10 / 10.04 / 2.175 secService Check Latency:    21.25 / 483.37 / 224.970 secHost Check Execution Time:    0.06 / 10.70 / 4.307 secHost Check Latency:    0.00 / 529.15 / 5.137 sec # Active Host / Service Checks:    103 / 236# Passive Host / Service Checks:    0 / 1

RE: [Nagios-users] NRPE logging to syslog

2005-12-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jamie Pratt > Sent: Monday, December 05, 2005 3:31 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] NRPE logging to syslog > > Hi. I have debugging set to 0 in nrpe.

Re: [Nagios-users] NRPE logging to syslog

2005-12-05 Thread Tim O'Hare
Hi Jamie, Check your xinetd configuration. Either /etc/xinetd.conf or /etc/xinetd.d/*. Looks like you have logging switched on in there. cheers, Tim Jamie Pratt wrote: Hi. I have debugging set to 0 in nrpe.cfg, yet my /var/log/messages and /var/log/secure files are filling up fast with this kind

[Nagios-users] NRPE logging to syslog

2005-12-05 Thread Jamie Pratt
Hi. I have debugging set to 0 in nrpe.cfg, yet my /var/log/messages and /var/log/secure files are filling up fast with this kind of stuff: Dec 1 03:20:16 gentoo1 xinetd[5777]: START: nrpe pid=27547 from=192.168.10.111 Dec 1 03:20:16 gentoo1 xinetd[5777]: START: nrpe pid=27549 from=192.168.10

[Nagios-users] contactgroup{ }, and contactgroups # bug?

2005-12-05 Thread Cam
Hi, So I'm writing some scripts to help me maintain my nagios configuration (actually to help other people be able to add new hosts, change some configuration parameters, etc). Anyway, I'm having a problem right now. In the case of hosts/hostgroups, this works fine: define hostgroup{ houstgroup

RE: [Nagios-users] Using NRPE to call remote event_handlers

2005-12-05 Thread Steve Shipway
>Understanding that the check_nrpe script accepts one line of >output from the script that is executed on the remote system, >that one line I receive is part of the normal output of the >script running on the remote. Thus telling me that the script >is running yet the service is not restarting

RE: [BULK SPAM] Re: [Nagios-users] new look for nagios

2005-12-05 Thread CWaters
If you want a good one look at nuvola style at nagiosexchange: http://www.nagiosexchange.org/Image_Packs.75.0.html?&tx_netnagext_pi1[p_view ]=252 Adds dhtml menus etc. Been using it for a while now and it seems to be the best one if you are just looking for a facelift to nagios. It's not perfect

RE: [Nagios-users] Using NRPE to call remote event_handlers

2005-12-05 Thread Mark Pearson
The problem is fixed now, even though I don't understand why completely. To answer the question below, I was using sudo for the command in the /etc/init.d and the script would work, when executed on the remote machine when I was logged in as the nagios user. The problem was executing the event ha

RE: [Nagios-users] SMS alerts with clickatell

2005-12-05 Thread Tedman Eng
Soumya Nambiar wrote: > Hi, > Has anyone used clickatell as such. I'm sure someone has used clickatell. Maybe not as such. >When i try to send sms from Nagios it is showing me an authentication failed error. Any inputs??? > > Soumya What sms software are you using? 'Authentication failure'

[Nagios-users] Limiting Views of Hosts - over 3k hosts

2005-12-05 Thread Chris Moody
On a similar note(but starting a new thread), does anyone have experience (with a modified cgi or whatnot) of removing the non-visible hosts from view and re-drawing the statumap to only display the visible hosts...but at the appropriate scale. (perhaps I should explain in more detail) I'm stuck

RE: [Nagios-users] Internal server error

2005-12-05 Thread Marc Powell
> -Original Message- > From: Charles Guimont [mailto:[EMAIL PROTECTED] > Sent: Monday, December 05, 2005 10:19 AM > To: Marc Powell; nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Internal server error > > This is the error message I get: > > Error: Could not read obje

RE: [Nagios-users] Using NRPE to call remote event_handlers

2005-12-05 Thread Tedman Eng
What user are you testing the event handler as? Most scripts in /etc/init.d require root persmission to restart (or some component of the script may). On the remote box, su to the user that the nrpe daemon executes as, then test the event handler and let us know what happens. -Original Messa

Re: [Nagios-users] new look for nagios

2005-12-05 Thread Jim Perrin
On 12/5/05, Marc Powell <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:nagios-users- > > [EMAIL PROTECTED] On Behalf Of Jim Perrin > > Sent: Monday, December 05, 2005 11:53 AM > > To: Claudio Elauterio > > Cc: nagios-users@lists.sourceforge.net > >

RE: [Nagios-users] new look for nagios

2005-12-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Jim Perrin > Sent: Monday, December 05, 2005 11:53 AM > To: Claudio Elauterio > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] new look for nagios > > On 12/5/05, C

Re: [Nagios-users] adding new plugin to existing nagios

2005-12-05 Thread Hendrik Baecker
Radhika schrieb: Hi,    I want to add new plug in for monitoring cisco memory from this link   http://www.nagiosexchange.org/SNMP.51.0.html?&tx_netnagext_pi1[p_view]=52&tx_netnagext_pi1[page]=20%3A10   i have downloaded the plugin and i have copied in /usr/local/nagios/libexec/ f

[Nagios-users] Unexpected Service Escalation Behavior

2005-12-05 Thread Narum, Kyle
All, I'm running into an interesting behavior when using Service Escalation rules to control alerts for errors of type UNKNOWN. Basically, for certain Service Checks, we don't want our Help Desk to get notified if the check returns UNKNOWN, however we do want them to be notified of any CRITICAL

RE: [Nagios-users] recurrent downtime

2005-12-05 Thread enediel gonzalez
Thanks Steve for your answer When I sent my first message I was trying to use the project sched_downtime.tar.gz avalilable on nagiosexchange's site today I was trying to use your project, everything is find until I run downtime_job.pl my($CMDFILE) = "/usr/local/nagios/var/rw/nagios.cmd"; #

RE: [Nagios-users] Nagios HANGS scheduling info

2005-12-05 Thread Marcel Mitsuto Fucatu Sugano
On Mon, 2005-12-05 at 09:01 -0300, Fernando Shayani wrote: > Well, I upgraded to b6, enabled the Orphaned Service and still > hangs... > > Is there any other clue? > > Fernando Shayani > [EMAIL PROTECTED] > (61) 3038-6951 > POLITEC - Brasília - DF Have you followed the instructions available

Re: [Nagios-users] new look for nagios

2005-12-05 Thread Jim Perrin
On 12/5/05, Claudio Elauterio <[EMAIL PROTECTED]> wrote: > New look for nagios... Very nice! Is this on nagios-exchange, and there an english version? -- Jim Perrin System Architect - UIT Ft Gordon & US Army Signal Center --- This SF.net ema

[Nagios-users] Service notifications not firing - nothing in logs.

2005-12-05 Thread Ron Gage
Greetings:   I am having a bit of a problem with service notifications.  It seems that they are simply refusing to trigger at all.   Host notifications are working just fine, but nothing for the service notifications – not even in the notification logs.   This is with 2.0b6 on apache

RE: [Nagios-users] Using NRPE to call remote event_handlers

2005-12-05 Thread Mark Pearson
Thanks Jason. This is precisely what I am doing but for some reason when I execute the check_nrpe script on the main Nagios system it does not execute the corresponding script on the remote box. Understanding that the check_nrpe script accepts one line of output from the script that is executed o

Re: [Nagios-users] Internal server error

2005-12-05 Thread Charles Guimont
This is the error message I get: Error: Could not read object configuration data! Here are some things you should check in order to resolve this error: Verify configuration options using the -v command-line option to check for errors. Check the Nagios log file for messages relating to st

RE: [Nagios-users] Internal server error

2005-12-05 Thread Marc Powell
Try this (preferably as the apache user) -- $ bash $ REQEUST_METHOD=GET $ export REQUEST_METHOD $ /usr/local/nagios/sbin/status.cgi It looks like there may be some library missing or not where it's supposed to be. Was nagios compiled on this machine? You can use 'ldd /usr/local/nagios/sbin/status

RE: [Nagios-users] Probs with nagios-service/status

2005-12-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of qeldroma > Sent: Monday, December 05, 2005 8:45 AM > To: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Probs with nagios-service/status > > > What is your nagios_check

RE: [Nagios-users] Internal server error

2005-12-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Charles Guimont > Sent: Monday, December 05, 2005 9:34 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Internal server error > > Hello, > I have installed nagios. S

Re: [Nagios-users] Internal server error

2005-12-05 Thread Charles Guimont
Hello, I forgot to say what was the error log in apache: [Mon Dec 5 10:46:05 2005] [error] [client ***] Premature end of script headers: /usr/local/nagios/sbin/status.cgi Charles On 05-12-05, at 10:37, Jamie Pratt wrote: Hi. Did you modify your httpd.conf file like it says to below, and

[Nagios-users] Internal server error

2005-12-05 Thread Charles Guimont
Hello,I have installed nagios. Since I installeed it, when I try to access the cgi using the web, I get an error of:Internal Server ErrorThe server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [EMAIL PROTECTED] an

[Nagios-users] NRPE Error sending query to host

2005-12-05 Thread Tim Wolak
Hi all, This is the first time I have run into this as most of mt hosts are linux/Unix. We have some 2K3 windows severs and I have NRPE up and running and Nagios is doing ping checks just fine, however when I run check_nrpe from the Nagios server it gets CHECK_NRPE: Error sending query to ho

[Nagios-users] SMS alerts with clickatell

2005-12-05 Thread Soumya Nambiar
Hi, Has anyone used clickatell as such. When i try to send sms from Nagios it is showing me an authentication failed error. Any inputs??? Soumya <>

Re: [Nagios-users] Probs with nagios-service/status

2005-12-05 Thread qeldroma
> What is your nagios_check_command in cgi.cfg? When you ran your test, > did you use the exact command line as specified there? nagios_check_command=/usr/bin/perl /usr/nagios/libexec/check_nagios_db.pl and YES, it works from console as root and "su nagios".. > Also, when you see the error in the

Re: [Nagios-users] 2 error to be solved.

2005-12-05 Thread Richard Gliebe
On Mon, 2005-12-05 at 15:44 +0200, Mehmet Fatih AKBULUT wrote: > hi all. > i just need 2 explanations :p > these are my questions : > > 1. Error : Could not bind to DHCP socket (68!) check your priviliges! check your priviliges ;-) -rws--x--- 1 root nagios 23972 Aug 12 09:27 ./check_dhcp > 2

RE: [Nagios-users] Probs with nagios-service/status

2005-12-05 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of qeldroma > Sent: Monday, December 05, 2005 4:23 AM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Probs with nagios-service/status > > "It appears as though Nagios is

[Nagios-users] 2 error to be solved.

2005-12-05 Thread Mehmet Fatih AKBULUT
hi all.i just need 2 explanations :pthese are my questions :1. Error : Could not bind to DHCP socket (68!) check your priviliges!2. Error : check_ldaps please specify the ldap baseall permissions set days ago. where am i doing wrong ?is my services or command wrong ?why am i getting the errors abov

[Nagios-users] adding new plugin to existing nagios

2005-12-05 Thread Radhika
Hi,    I want to add new plug in for monitoring cisco memory from this link   http://www.nagiosexchange.org/SNMP.51.0.html?&tx_netnagext_pi1[p_view]=52&tx_netnagext_pi1[page]=20%3A10   i have downloaded the plugin and i have copied in /usr/local/nagios/libexec/ folder and now i need to define

RE: [Nagios-users] Nagios HANGS scheduling info

2005-12-05 Thread Fernando Shayani
Title: RE: [Nagios-users] Nagios HANGS scheduling info Well, I upgraded to b6, enabled the Orphaned Service and still hangs...   Is there any other clue?   Fernando Shayani [EMAIL PROTECTED] (61) 3038-6951 POLITEC - Brasília - DF   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

[Nagios-users] Probs with nagios-service/status

2005-12-05 Thread qeldroma
"It appears as though Nagios is not running, so commands are temporarily unavailable..." ..is the message. I know that this has been discussed severall times...Unfortunately i read many of them and didn't solve my problem. Ok, the facts: I installed nagios 1.2 with MySQL-db. As i can see on the

R: [Nagios-users] Send SMS alert via mobile

2005-12-05 Thread Marco Borsani
Smstools is very nice, but I cat use it on my HP-UX server (I can't compile on it). Does anyone use something else on HP-UX? Regards Marco -}-Messaggio originale- -}Da: [EMAIL PROTECTED] -}[mailto:[EMAIL PROTECTED] Per conto -}di Andrea Gabellini -}Inviato: sabato 3 dicembre 2005 18.03

[Nagios-users] processing passive host check results

2005-12-05 Thread Morten Bekkelund
Hi everyone! First of all I apology if this issue has been raised earlier, but I've done some googling and haven't found the answer to our problem yet. I'm having a little issue now and then with our distributed nagios solution. Seems sometimes the leefnode is having trouble (or so it seems) sen