Re: [Nagios-users] Service detail page refresh, stale checks

2006-06-01 Thread Tracy R Reed
Hugo van der Kooij wrote: > So what did you disable in firefox? I have seen it update every N seconds > in accordance to your setting in the nagios config file. (default: 90 > seconds) > I did not disable anything. It is updating every N seconds. Just not necessarily with the correct info. >

Re: [Nagios-users] Authentication problem (apache basic)

2006-06-01 Thread Hugo van der Kooij
On Thu, 1 Jun 2006, Brad Clemmons Jr wrote: > Thanks, I tried both, but still no luck. I added the auth lines to the > /share share dir too. I also tried Patrick's AllowOverride. I now get a > login prompt when I go to my main nagios page (http://nnn.nnn.nnn.nnn/nagios), > but it doesn't appear

Re: [Nagios-users] Service detail page refresh, stale checks

2006-06-01 Thread Tracy R Reed
Patrick Morris wrote: > It does. Have you checked that there is only one copy of Nagios running? > Er...no, I hadn't thought of that. sh-2.05b# ps -ef |grep -i nagios.cfg nagios 26178 19728 0 00:28 pts/100:01:21 /usr/local/nagios/bin/nagios /usr/local/nagios/etc/nagios.cfg nagios55

Re: [Nagios-users] Service detail page refresh, stale checks

2006-06-01 Thread Patrick Morris
A few responses inline: On Thu, 01 Jun 2006, Tracy R Reed wrote: > It is showing some past cached state which is driving me nuts as I try > to debug other problems and cannot tell what effect my changes might > have had because I am getting old information. My browser must be > caching them. S

Re: [Nagios-users] NC_NET / Windows 2003 / MSSQLSERVER - not recognized

2006-06-01 Thread Anthony Montibello
Sorry for the delay in responding,   NC_Net uses the ServiceProcess.ServiceController.GetServices class of DOt Net framework to check service states. To verify the service names in NC_Net  use the check_commands- ENUMSERVICE this command takes parameters to filter the list. See NC_NET README.Doc,

Re: [Nagios-users] check_nt uptime unable to display

2006-06-01 Thread Marcel Mitsuto Fucatu Sugano
On Thu, 2006-06-01 at 02:07 -0700, Rajesh kanna wrote: > Can someone point me where i making error in config. Not necessarily on your config files, but at the check_nt plugin permissions. Is executable by the the nagios user? HTH, Marcel AVISO: A informação contida neste e-mail, bem como em qua

Re: [Nagios-users] check_snmp_storage.pl

2006-06-01 Thread Shah, Maunir
This is related to check_snmp_storage.pl email I sent earlier. I'm running into problems related to this script. It works fine when I run the script from Nagios to check remote disk space on any Solaris 10 box. But I get this error when I check disk space for Solaris 8 or 9 ERROR: Description/Ty

Re: [Nagios-users] check_http ssl certificate

2006-06-01 Thread Lundgren, Scott
Do you know why the browser is prompting about the certificate when you access the URL through your browser? Does the certificate match or is it expired? you may have to look through the source of the check_http plug-in and to see how it handles SSL certificate negotiation. On one hand it could b

Re: [Nagios-users] Authentication problem (apache basic)

2006-06-01 Thread Brad Clemmons Jr
Thanks, I tried both, but still no luck.  I added the auth lines to the /share share dir too.  I also tried Patrick's AllowOverride.  I now get a login prompt when I go to my main nagios page ( http://nnn.nnn.nnn.nnn/nagios), but it doesn't appear to pass along to the CGI's or nagios can't figure i

Re: [Nagios-users] Service detail page refresh, stale checks

2006-06-01 Thread Hugo van der Kooij
On Thu, 1 Jun 2006, Tracy R Reed wrote: > I have run into a couple of annoying problems. The first is that using > Firefox 1.5.0.3 I am constantly getting stale pages. That is to say that > the service detail page is not showing the current state of the network. So what did you disable in firefox

[Nagios-users] Service detail page refresh, stale checks

2006-06-01 Thread Tracy R Reed
Hello all! I am running nagios 2.2 on Debian 3.1. I have run into a couple of annoying problems. The first is that using Firefox 1.5.0.3 I am constantly getting stale pages. That is to say that the service detail page is not showing the current state of the network. It is showing some past ca

Re: [Nagios-users] Nagios 2.3.1 and 2.4 compilation problem - statusmap.cgi

2006-06-01 Thread Patrick Morris
Check the FAQs: http://www.nagios.org/faqs/viewfaq.php?faq_id=182&expand=false&showdesc=false On Thu, 01 Jun 2006, Felipe Tocchetto wrote: > Recently I started to try install Nagios in a Solaris 10 box, but I > didn´t get it works. > > First I was trying the 2.3.1 version of Nagios, so yesterda

Re: [Nagios-users] check_nt uptime unable to display

2006-06-01 Thread Lundgren, Scott
I think you want to edit service.config. I believe you want this: define service{ ; template to use, it was labeled name in the example use generic-service ; what you may be missing name rajeshs_uptime

Re: [Nagios-users] check_snmp_storage.pl

2006-06-01 Thread jeff vier
On Thu, 2006-06-01 at 16:51 -0500, Shah, Maunir wrote: > This is related to check_snmp_storage.pl email I sent earlier. I'm > running into problems related to this script. It works fine when I run > the script from Nagios to check remote disk space on any Solaris 10 box. > But I get this error wh

Re: [Nagios-users] escalations for passive checks?

2006-06-01 Thread Joel Brooks
Hi Andrew Thanks for the reply. I thought it might be something like that. thx, - Joel Brooks (joel.brooks) --- This thread is located in the archive at this URL: http://www.nagiosexchange.org/nagios-users.34.0.html?&tx_maillisttof

RE: [Nagios-users] escalations for passive checks?

2006-06-01 Thread Andrew Laden
Escalations are based entirely on alert received/processed by nagios, not on time. For active checks, the time factors control how often the service is checked, and therefore how often an alert is sent to nagios. For passive checks, this obviously doesn't hold. If you want to get around this, yo

[Nagios-users] escalations for passive checks?

2006-06-01 Thread Joel Brooks
Hi list i'm messing around with passive checks so that i can integrate sec.pl= into nagios to make use of nagios' notification/escalation capabilities .= it seems to me that nagios will only send one notification for= each passive check that gets added to the external commands file.=

Re: [Nagios-users] check_snmp_storage.pl

2006-06-01 Thread jeff vier
On Thu, 2006-06-01 at 14:23 -0500, Shah, Maunir wrote: > Other boxes run Solaris 8 and 9. Indeed they do! What a fabulous contribution to my world, as it related to Nagios usage. I think I might print that out and hang it on my office wall. --jeff P.S. What could you possibly be talking about?

[Nagios-users] check_snmp_storage.pl

2006-06-01 Thread Shah, Maunir
Other boxes run Solaris 8 and 9.   Maunir Shah 630-285-5875 - desk 630-550-6266 - cell   *** IMPORTANT MESSAGE ** This transmission may contain information that is privileged, confidential and/or exempt from disclosure under

[Nagios-users] Nagios 2.3.1 and 2.4 compilation problem - statusmap.cgi

2006-06-01 Thread Felipe Tocchetto
Recently I started to try install Nagios in a Solaris 10 box, but I didn´t get it works. First I was trying the 2.3.1 version of Nagios, so yesterday I notice that the new version 2.4 has this fix: - Fix for missing include that prevented CGI compilation under Solaris So I downloaded the new v

RE: [Nagios-users] SSH and Windows

2006-06-01 Thread Goodburn, Laura
Thank you for all the help. I found my error this morning. I was forgetting to pass the username with the "check_by_ssh" command. Once I added the username everything works great and I didn't need to change anything. Thank you again. Laura -Original Message- From: [EMAIL PROTECTED] [mailt

Re: [Nagios-users] Nagios newbie and some questions..

2006-06-01 Thread Tom Tran
Dear Jorg,   How are you? Thank you very much for your information.   As far as the configuration goes..  I only did:   # cp cgi.cfg-sample cgi.cfg# cp nagios.cfg-sample nagios.cfg# cp minimal.cfg-sample minimal.cfg# cp resource.cfg-sample resource.cfg   other than that, nothing has been d

RE: [Nagios-users] RE: Jabber Custom Notification Script Not Working (Frederik Vanhee)

2006-06-01 Thread Norman Harebottle
Ok, so I could have found that too if I had looked! Thanks for the point in the proper direction. I will see if I can make any sense of the log information to help with my Jabber problem. Thanks so much! Norman -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

RE: [Nagios-users] SSH and Windows

2006-06-01 Thread Goodburn, Laura
Marc, Thanks. Yes, if I type: ssh testserver "cscript //nologo c:\nrpe_nt\check_cpu.vbs -H testserver -w 80 -c 90" I get the following: OK - Total CPU Utilization 5% | 'CPU_Utilization'=5%;80%;90%;; I will try to see if I can figure out more from the link you sent. Laura Laura Goodburn SMC Man

[Nagios-users] Nagios-2.4.0 not working on Solaris 5.7

2006-06-01 Thread Mohamed Gombolaty
Dear All, I was preparing an Ultra sparc server with sol 5.7, will the cgi still doesn't compile but I don't need it, I am preparing this sever to work as a Distributed server, I finished installing nagios and the config samples (renamed them without -sample) and init and also commandline all wen

RE: [Nagios-users] SSH and Windows

2006-06-01 Thread Ralf Wigand
Hi Laura! Try to start a command shell on the windows machine like: check_by_ssh -H testserver -C "cmd.exe /c \"cscript //nologo (...) -c 90\"" this will start a cmd-shell and execute (/C) the command given in "", so take care to escape the "" correct (not sure if my example works with escaping

[Nagios-users] check_nt uptime unable to display

2006-06-01 Thread Rajesh kanna
Hi, I have nagios server version 1.3 running on solaris 9 machine. Nsclient installed on windows 2003 machine. From command line i could succeed with uptime command ./check_nt -H 192.168.1.23 -p 1248 -v UPTIME System Uptime - 18 day(s) 2 hour(s) 56 minute(s) I am unable to get output o

Re: [Nagios-users] snmp traps

2006-06-01 Thread Grzegorz Rumatowski
> Hi Hello Vinod, > but its not mentioned how to define the passive-check-template like this one is working for me: define service{ use generic-service template to use host_name $HOST service_description $SERVICE