Re: [Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Farrell,Bob
Got status maps running, but 3d will not work. I'll settle for that for now.. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Farrell,Bob Sent: Tuesday, November 07, 2006 7:14 PM To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net Subject: Re: [N

Re: [Nagios-users] check_disksuite2 (to 'warewolf')

2006-11-07 Thread Alexander Harvey
Hi Warewolf & All,After looking at the code carefully, I decided it'd be easier for my purposes to rewrite:  I only have access to RAID1 to test so the code won't work if you're using a different RAID level. Feedback is most welcome! #!/usr/bin/perl use constant OK => 0;use constant CRITICAL => 2;

Re: [Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Randall R. Saeks
I checked the link for the EN install guide, and it is the French one. -Randy On Nov 7, 2006, at 6:14 PM, Farrell,Bob wrote:Have you opened the "English" pdf install guides?-Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Elias ProbstSent: Tuesday, November

Re: [Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Farrell,Bob
Have you opened the "English" pdf install guides? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Elias Probst Sent: Tuesday, November 07, 2006 7:09 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] Nagios 2.5 Status map http://oreon-p

Re: [Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Elias Probst
http://oreon-project.org/index.php?lang=en Have you tried the English page? Regards, Elias P. BTW: The default page isn't German, it's French > Got Nagios installed, but the status map does not work. > > I followed the link below, but still no luck. > > Any help would be appreciated. > > http://

Re: [Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Patrick Morris
On Tue, 07 Nov 2006, Farrell,Bob wrote: > Got Nagios installed, but the status map does not work. > > I followed the link below, but still no luck. > > Any help would be appreciated. > > http://www.nagios.org/faqs/viewfaq.php?faq_id=55 Not much to go with there. What happens when you access i

Re: [Nagios-users] Check_SNMP question

2006-11-07 Thread Israel Brewster
Yep, so it was. Thanks. I have it working nicely now, other than having to have separate scripts for each OID I want to check. --- Israel Brewster Computer Support Technician Frontier Flying Service INC. 5245 Airport Industrial Rd Fairbanks, AK 99709 -

[Nagios-users] Nagios 2.5 Status map

2006-11-07 Thread Farrell,Bob
Got Nagios installed, but the status map does not work. I followed the link below, but still no luck. Any help would be appreciated. http://www.nagios.org/faqs/viewfaq.php?faq_id=55   Also, I would LOVE to try out Oreon, but I cannot speak German. Anyone have alternatives for front end

Re: [Nagios-users] Watch Printers/Print Server?

2006-11-07 Thread Matthew Joyce
Maybe the output of smbclient could be used to determine printer status, as I think that util can list shared resources. Please let us know how you get on. Thanks Matthew Joyce 02 9382 0051 | 0412 309745 | IT Manager | Children's Cancer Institute Australia for Medical Research > -Origin

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Ah, okay, brilliant that explains things MUCH better than the docs :) I currently only have 6 hosts and 39 services and can't say it increasing more than 8/100 in the next year, but I'll bear it in mind and perhaps change the two previous service-less hosts then. Thanks, Andy. Tedman Eng wrot

Re: [Nagios-users] Esx checks

2006-11-07 Thread Derek J. Balling
On Nov 7, 2006, at 4:45 PM, Steve Shipway wrote: As far as I know, there is no way to find out the IP address of an ESX guest OS without connecting to it (eg by logging in to the virtual console), and therefore no way to SNMP query it. The ESX server does not actually know the guest's IP addres

Re: [Nagios-users] Nagiosgraph and colorscheme

2006-11-07 Thread Folkers, Lynn
Hi Peter, I am not understanding how this is working. Here is the section in the show.cgi file... # Choose a color for service # sub hashcolor { my$c=1;map{$c=1+($c*ord)%(216)}split//,$_[0]; my($i,$n,$m,@h);@h=(51*int$c/36,51*int$c/6%6,51*($c%6)); for$i(0..2){$m=$i if$h[$i]<$h[$m];$n=$i i

Re: [Nagios-users] nagios performance info

2006-11-07 Thread Matteo Contri
>> Why the Checks Completed show 84% not 100%? Passive checks are counted but never checked. I suppose you got 327 passive service. Regards, Matteo Contri P.S: forgot the mailing-list ;-P - Using Tomcat but need to do more?

Re: [Nagios-users] Esx checks

2006-11-07 Thread Steve Shipway
> Whenever I am getting info from an ESX server > I can use this info to get the following information: > > VHosts: 10/10 up: > w2kbi70(up), ... > Is there some way to get snmp info from those machines so > I can parse a list of hosts to some other services like the following? As far as

Re: [Nagios-users] nagios performance info

2006-11-07 Thread [EMAIL PROTECTED]
>> Why the Checks Completed show 84% not 100%? Passive checks are counted but never checked. I suppose you got 327 passive service. Regards, Matteo Contri - Using Tomcat but need to do more? Need to support web services, sec

Re: [Nagios-users] Check_SNMP question

2006-11-07 Thread Aaron Segura
I would just call 'snmpget' directly instead of going through check_snmp. You can modify the output so you just get the data you want... snmpget -Oquv -c Will return JUST the value at the specified OID. Should be pretty easy to handle from there. -Original Message- From: Israel Brew

Re: [Nagios-users] Check_SNMP question

2006-11-07 Thread Israel Brewster
The problem with that being that I would have to customize said script for each OID I want to query. It may end up being what I end up doing though. How would I parse the output of check_snmp? it looks like it returns a string similar to "SNMP OK - 2 | SNMPv2- SMI::mib-2.33.1.2.1.0=2 ",

Re: [Nagios-users] Check_SNMP question

2006-11-07 Thread Aaron Segura
Probably the best/easiest thing would be to write a small wrapper script. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Israel Brewster Sent: Tuesday, November 07, 2006 12:25 PM To: Nagios Users mailinglist Subject: [Nagios-users] Check_SNMP question In

Re: [Nagios-users] Nagiosgraph and colorscheme

2006-11-07 Thread Peter Ringe
Hi Lynn look for the following code in show.cgi. It calculates a hash based on colorsheme and the name of the parameter (e.g lospct or rta for check_ping). These names are defined in the map file and used in the rrd database. There is no standard way to define your own colors, but of course yo

[Nagios-users] Check_SNMP question

2006-11-07 Thread Israel Brewster
In the help for the check_snmp plugin, there are -w and -c switches which you can give ranges to "not return warning" and "not return critical". If I am reading the documentation correctly, you can also give a range as max:min to invert the meaning to something like "return warning only for

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Tedman Eng
> -Original Message- > From: Andy Shellam (Mailing Lists) > [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 07, 2006 8:44 AM > To: Nagios Users mailinglist > Subject: Re: [Nagios-users] Using Nagios to monitor > "service-less" hosts > > > Personally I've not noticed any performance

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Sloane, Robert Raymond
> JOOI, why is it said that a host check degrades performance? As Giles Coochey mentioned earlier, host checks may cause performance problems because they are not scheduled in the same way as service checks. To quote the documentation again: Also of note - when Nagios is check the status of a

[Nagios-users] Watch Printers/Print Server?

2006-11-07 Thread Hari Sekhon
I have some awful printers/print server at work. It is shared out via a Windows 2000 workstation to all other printers on the network. Is it possible to watch for the availability of the printers via the print server? This would be nice. It's a generic windows print sharing service so should be

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Fermín Galán Márquez wrote: > Dear Aaron, all, > > Afser comparations between documentation > > http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#host > http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#host > > it seems that in 1.x it is not possible to have monitored service-les

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Thanks for that Robert, that could explain things, and this rings a very faint bell in my mind back when I originally set Nagios up. I set regular host checks up because there are currently 5 minutes between service checks, and if this is the only time that a host gets checked, then if a gatewa

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Sloane, Robert Raymond
> Host definition for SC-Gateway: > -- > > define host { > check_interval1 You might want to look at the documentation for the check_interval directive for host objects. It says: NOTE: Do NOT enable regu

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Fermín Galán Márquez
Dear Aaron, all, Afser comparations between documentation http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#host http://nagios.sourceforge.net/docs/2_0/xodtemplate.html#host it seems that in 1.x it is not possible to have monitored service-less hosts (as Giles said), but it's fine for 2

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Giles Coochey
Hi Andy, I'm just not so sure, from the v2 docs.. (http://nagios.sourceforge.net/docs/2_0/checkscheduling.html): - Host Checks Unlike service checks, host checks are not scheduled on a regular basis. Instead they are run on demand, as Nagios sees a need. This is a common question

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Hi, > I cann't locate active or passive checks directives related with hosts in > the documentation > (http://nagios.sourceforge.net/docs/1_0/xodtemplate.html#host). However, > there is such directives related with services, in particular > active_check_enabled and passive_check_enabled > (http://n

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Fermín Galán Márquez
Dear Andy, >>> Is that right? Why don't fully decouple host-monitoring from service monitoring? > > No. Nagios does use the check-host-alive command to determine if the host is up - and, yes, hosts and services are separate in that a > host doesn't have to have any services, but a service must h

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Giles Coochey wrote: > > I thought host checks were only there to prevent you from receiving multiple > service notifications when a host went down. > Even if that's the way it was designed, you can still use it to determine if a host is up or down :) Also, if you HAD to have a service for e

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Giles Coochey
> > Hi Fermin, > > >> Is that right? Why don't fully decouple host-monitoring > from service monitoring? > > No. Nagios does use the check-host-alive command to > determine if the host is up - and, yes, hosts and services > are separate in that a host doesn't have to have any > services, bu

Re: [Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Andy Shellam (Mailing Lists)
Hi Fermin, >> Is that right? Why don't fully decouple host-monitoring from service >> monitoring? No. Nagios does use the check-host-alive command to determine if the host is up - and, yes, hosts and services are separate in that a host doesn't have to have any services, but a service must ha

[Nagios-users] Using Nagios to monitor "service-less" hosts

2006-11-07 Thread Fermín Galán Márquez
Hello, I would like to use Nagios just to monitor the aliveness (i.e., UP/DOWN status) of a set of hosts. However, looking to the documentation and the sample that comes with the just installed software, I've seen that in order to do so two pieces of configuration are needed: a host declarartion (

[Nagios-users] Error: Servicegroup name and/or alias is NULL

2006-11-07 Thread Randall R. Saeks
I am attempting to setup some servicegroups in v 2.5.  When I try to load in my new config file that has a test service group, I am getting the message:Error: Servicegroup name and/or alias is NULLThe short .cfg file I have for the service groups contains this:define servicegroup{        servicegro

Re: [Nagios-users] Script returns "No Output"

2006-11-07 Thread Janet Post
WOW!!! Thanks Patrick! I will definitely use this tool! (and I fixed the -1 thing. Good catch.) -Original Message- From: Patrick Proy [mailto:[EMAIL PROTECTED] Sent: November 6, 2006 4:19 PM To: Janet Post; 'Sloane, Robert Raymond'; 'Nagios Users Mailing List' Subject: RE: [Nagios-u

Re: [Nagios-users] nagios performance info

2006-11-07 Thread Ugo Bellavance
Kevin Zhang wrote: > I am using Nagios 2.2. But I have problem with “performance info”: > > > > *Active Service Checks:* > > > > *Time Frame* > > > > *Checks Completed* > > <= 1 minute: > > > > 554 (22.6%) > > <= 5 minutes: > > > > 1803 (73.6%) > > <= 15 m

Re: [Nagios-users] timeouts when using secondary dns

2006-11-07 Thread Az
stucky wrote: > I use the check_by_ssh plugin for most of my stuff and I noticed that > if the primary nameserver is unavailable nagios starts freaking out. > All of a sudden all plugins time out. I tested it using the 'host' > command and it only takes about 1 second longer to lookup hosts using

Re: [Nagios-users] Problem after installation accesing nagios

2006-11-07 Thread Andy Shellam (Mailing Lists)
Hmm, that's strange, on my 2.2.3 server, that module is installed by default, otherwise I'd certainly have had some issues as I have about 10 .htaccess protected directories. Ah well, keep smiling :) Andy. Fermín Galán Márquez wrote: > Dear Andy, > > Finally, it was not related with AuthBasicA

Re: [Nagios-users] Problem after installation accesing nagios

2006-11-07 Thread Fermín Galán Márquez
Dear Andy, Finally, it was not related with AuthBasicAuthoritative, but with authz_user module. I've found the solution at: http://www.gossamer-threads.com/lists/apache/users/321797 Thanks! Best regards, Fermín Galán Márquez CTTC - Centre Tecnològic de Telecomunicacions de