Re: [Nagios-users] Nagios-users Digest, Vol 55, Issue 21

2010-12-29 Thread Hrishikesh Barua
Hi Chris, Some tinkering led me to the same thing - and it got resolved after I 1. Installed the openssl-devel package, and 2. Ran ./configure with the --with-openssl= option and built it again. Thanks! Regards Hrish > Date: Mon, 27 Dec 2010 09:55:13 -0500 > From: Chris Beattie > Subject: Re:

Re: [Nagios-users] Qugga BGP monitoring IPv6

2010-12-29 Thread Jones, Stuart
Hello Daniel, What response do you get when you undertake a snmpwalk of your quagga system? Rgds Stuart -Original Message- From: Daniel [mailto:lis...@oberhausen-it.de] Sent: Friday, 17 December 2010 6:44 AM To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] Qugga BGP monitor

Re: [Nagios-users] A Question on Console Alerts for a Help Desk

2010-12-29 Thread Jim Avery
On 29 December 2010 17:10, Joerg Linge wrote: > Instead of scheduling downtime its also possible reschedule the next service > checks to now + 15minutes for example. > > http://old.nagios.org/developerinfo/externalcommands/commandinfo.php?command_id=30 > > Joerg That's a neat trick! :-) Thank

Re: [Nagios-users] A newbie configuration question

2010-12-29 Thread Jim Avery
On 29 December 2010 18:36, stan wrote: > I am trying to rationalize a couple of Nagios configurations that have > 2different histories, and they seem more different than I think they should > be. So, first I want to get the big picture n my head, and decide what > seems to be a sensible configurat

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread dave stern - e-mail.pluribus.unum
Wrapper? $NAGIOS/libexec/check_tcp -H myhost -p 135 && $NAGIOS/libexec/check_tcp -H myhost -p 445 On Wed, Dec 29, 2010 at 1:39 PM, stan wrote: > > I think I need to verify that both port 135, and 445 are avaialble on some > Windows amchines. As I understand it, both of these need to be up. I'd l

Re: [Nagios-users] A Question on Console Alerts for a Help Desk

2010-12-29 Thread steve f
Thanks very much for the replies. This is the answer I was looking for with the external commands. After reading my orig posting, I did realize I didnt want to ack it but schedule/reschedule the check. Your answers will put me where I need to be. Thanks Jim & Joerg Happy New Years All St

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread Greg Pangrazio
check out check_service_cluster command. http://nagios.sourceforge.net/docs/3_0/clusters.html I use this for what you are looking at. Greg Pangrazio On Wed, Dec 29, 2010 at 12:39 PM, stan wrote: > > I think I need to verify that both port 135, and 445 are avaialble on some > Windows amchin

Re: [Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread Daniel Wittenberg
Write a simple script that does both checks and returns results? Dan -Original Message- From: stan [mailto:st...@panix.com] Sent: Wednesday, December 29, 2010 12:39 PM To: nagios List Subject: [Nagios-users] Checking multiple TCP ports for a single status? I think I need to verify that

[Nagios-users] Checking multiple TCP ports for a single status?

2010-12-29 Thread stan
I think I need to verify that both port 135, and 445 are avaialble on some Windows amchines. As I understand it, both of these need to be up. I'd like to make this a single check. Looks like check_tcp will only accept a single -p argument. Is this correct? If so, is there a way I can AND to differ

[Nagios-users] A newbie configuration question

2010-12-29 Thread stan
I am trying to rationalize a couple of Nagios configurations that have 2different histories, and they seem more different than I think they should be. So, first I want to get the big picture n my head, and decide what seems to be a sensible configuration to support going forward. Basicly I have in

Re: [Nagios-users] A Question on Console Alerts for a Help Desk

2010-12-29 Thread Joerg Linge
Jim Avery wrote: > On 29 December 2010 15:51, steve f wrote: > >> The Help Desk uses a menu to stop& restart services, etc. Is it feasible ( >> realistic ) for the menu command to add a snippet of code to put the nagios >> check for that service/host in awk mode for say 5 minutes so anyone who

Re: [Nagios-users] A Question on Console Alerts for a Help Desk

2010-12-29 Thread Jim Avery
On 29 December 2010 15:51, steve f wrote: > The Help Desk uses a menu to stop & restart services, etc.  Is it feasible ( > realistic )  for the menu command to add a snippet of code to put the nagios > check for that service/host  in awk mode for say 5 minutes so anyone who > sees the alert on th

[Nagios-users] A Question on Console Alerts for a Help Desk

2010-12-29 Thread steve f
I have a Nagios 3.x configuration set up and will eventually have a very large Distributed configuration. So far in the test environment, everything is working fine. Here is a question If someone on our Help Desk is working on a server ( that has not alerted in any way in Nagios ) and dec

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread stan
On Wed, Dec 29, 2010 at 02:19:35AM -0800, Patrick Morris wrote: > On 12/28/2010 2:02 PM, stan wrote: > > I have a 3.1.0 instnace which ahs been in service for a long time. Over the > > years, we have had some issues with the popup windows in the browser > > flashing up for a fraction of a second an

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread stan
On Wed, Dec 29, 2010 at 11:31:32AM +0100, diego.roc...@gmail.com wrote: > Do you mean actual popup windows or overlay frames, like the ones > used, for example, by pnp4nagios to embed graphs? > I think I really mean pulldows, such as you get when selecting an object type in the view configuration

Re: [Nagios-users] monitoring windows event viewer.

2010-12-29 Thread Toonz IT
Thank You, exactly what we wanted!! :-) On Tue, Dec 28, 2010 at 8:01 PM, Chris Beattie wrote: > Toonz IT wrote: > > Is it possible to monitor specific event ids like disk error, fro > > windows event viewer logs?? > > Yes, but you may have to use the NSClient++ agent on your Windows boxes > a

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread Hugo van der Kooij
On Tue, 28 Dec 2010 17:02:08 -0500, stan wrote: > I have a 3.1.0 instnace which ahs been in service for a long time. Please elaborate and please fix your output before sending something to a mailinglist with plenty of errors that make your message hard to read. Hugo. -- hvdko...@vanderko

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread diego.roc...@gmail.com
On Wed, Dec 29, 2010 at 11:31 AM, diego.roc...@gmail.com wrote: > Do you mean actual popup windows or overlay frames, like the ones > used, for example, by pnp4nagios to embed graphs? > > On Tue, Dec 28, 2010 at 11:02 PM, stan wrote: >> I have a 3.1.0 instnace which ahs been in service for a long

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread diego.roc...@gmail.com
Do you mean actual popup windows or overlay frames, like the ones used, for example, by pnp4nagios to embed graphs? On Tue, Dec 28, 2010 at 11:02 PM, stan wrote: > I have a 3.1.0 instnace which ahs been in service for a long time. Over the > years, we have had some issues with the popup windows i

Re: [Nagios-users] Disapering popup windows

2010-12-29 Thread Patrick Morris
On 12/28/2010 2:02 PM, stan wrote: > I have a 3.1.0 instnace which ahs been in service for a long time. Over the > years, we have had some issues with the popup windows in the browser > flashing up for a fraction of a second and disapering. I have always > chrged this off to wierd browser behavior,

Re: [Nagios-users] Plugin: nagiosVMware

2010-12-29 Thread Sebastian Ries
Hi > I am trying to Configure the nagiosVMware plugin I found on > https://www.monitoringexchange.org/inventory/Check-Plugins/Virtualization/VMWare-%2528ESX%2529/nagiosVMware > This is the same effect with all ESX servers. All are ESX4.0 > > in the cmd file I get this error > [2010-12-28 14: