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.
>
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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.=
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?
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
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
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
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
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
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
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
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
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
> 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
28 matches
Mail list logo