Re: [Nagios-users] monitoring oracle grid

2012-04-12 Thread Claudio Kuenzler
Don't know about Oracle Grid, but I have another suggestion.
If I understood correctly, your issue is to monitor the tablespaces which
where added by the DBA's?

If so, you should try the plugin check_oracle_health which has an option to
monitor ALL tablespaces (not just the utilization of one given tablespace):
--mode tablespace-usage

If wanted you can also monitor a single tablespace by using:
--mode tablespace-usage --tablespace MYTABLE

http://labs.consol.de/lang/en/nagios/check_oracle_health/

On Fri, Apr 13, 2012 at 4:11 AM, Tim Dunphy  wrote:

> hello list,
>
>  We've been monitoring our Oracle Database using a plugin called
> 'check_oracle'. It's proven quite handy in getting the sizes of tablespaces
> and alerting based on percentages of space used.
>
>  However the DBAs point out that the database is very dynamic and that
> tablespaces are always being added and removed. It seems like they don't
> want to notify us each time this happens. Keeping on top of them to do this
> is a pain.
>
>  They've just installed Oracle Grid and suggested we use nagios to monitor
> that instead. I've never seen or used Oracle Grid so I was hoping someone
> out there with a little more knowledge than me on the topic might have some
> suggestions on how to accomplish this.
>
>  Are there any plugins already out there that are written to take
> information from the oracle grid and parse that for use in nagios?
>
> Thanks
> Tim
>
>
> --
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] monitoring oracle grid

2012-04-12 Thread Tim Dunphy
hello list,

 We've been monitoring our Oracle Database using a plugin called 
'check_oracle'. It's proven quite handy in getting the sizes of tablespaces and 
alerting based on percentages of space used. 

 However the DBAs point out that the database is very dynamic and that 
tablespaces are always being added and removed. It seems like they don't want 
to notify us each time this happens. Keeping on top of them to do this is a 
pain.

 They've just installed Oracle Grid and suggested we use nagios to monitor that 
instead. I've never seen or used Oracle Grid so I was hoping someone out there 
with a little more knowledge than me on the topic might have some suggestions 
on how to accomplish this. 

 Are there any plugins already out there that are written to take information 
from the oracle grid and parse that for use in nagios?

Thanks
Tim

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


[Nagios-users] http://support.nagios.com not working

2012-04-12 Thread Manish_Kmr
FYI...

Thanks,
Manish Kumar
Tools Team, IMS, Mahindra Satyam
Mob: +919035435306




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] Nagios Uptime Error

2012-04-12 Thread Chris Snyder
Good morning,

I am using Nagios Core for monitoring our servers.  I am monitoring 35
Windows servers (mostly 2003, we have about five 2008 servers) using the
nsclient++ plugin.  I have one server showing a timeout error when checking
the uptime (External command error: Timeout: No response from
xxx.xxx.xxx.xxx).  It is the only server showing this error and the only
error on the server.  I copied the nsc.ini file between the servers so they
are all the same.  Do you know what could be causing this error on this one
server?

-- 
Chris Snyder
Technology Coordinator
Groveport Madison Schools
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

[Nagios-users] escalation_options usage

2012-04-12 Thread Jeff Leyser
Greetings!

Nagios 3.2.3, running on CentOS.  I have two service escalations setup:

define serviceescalation{
servicegroup_name   noncritical
first_notification  1
last_notification   0
notification_interval   10
escalation_options  w,r
contactgroups   Group1
}

define serviceescalation{
servicegroup_name   noncritical
first_notification  1
last_notification   0
notification_interval   10
escalation_options  c,u,r
contactgroups   Group2
}

What I want to do is have all WARNINGS and associated RECOVERYs go to
Group1, while all CRITICAL and UNKNOWNs and associated RECOVERYs go to
group2.

For the problem alerts, works great, each group only gets what is defined.
 But both Group1 and Group2 get all RECOVERY notifications, even for
problem notifications they don't.

Is there a way to achieve what I want?

Many Thanks!
Jeff
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] empty hostgroups only for service defs?

2012-04-12 Thread Michael Friedrich
On 12.04.2012 11:21, Andreas Ericsson wrote:
> On 04/11/2012 10:57 PM, Daniel Wittenberg wrote:
>> I would imagine that's the case, since I had to patch our version to deal 
>> with the depenencies too.
>>
>
> If possible, I'd like to get that patch so we can make things
> consistent (without me having to work for it; Yay!).

afaik this was already committed to svn.

[--SNIP--]

Revision: 1858
   http://nagios.svn.sourceforge.net/nagios/?rev=1858&view=rev
Author:   estanley375
Date: 2012-01-06 18:39:54 + (Fri, 06 Jan 2012)
Log Message:
---
Patched to allow empty host groups in service and host dependencies if 
allow_empty_hostgroup_assignment flag is set (Daniel Wittenberg)

Modified Paths:
--
 nagioscore/trunk/Changelog
 nagioscore/trunk/xdata/xodtemplate.c


[--SNIP--]

>
>


-- 
DI (FH) Michael Friedrich

Vienna University Computer Center
Universitaetsstrasse 7 A-1010 Vienna, Austria

email: michael.friedr...@univie.ac.at
phone: +43 1 4277 14359
mobile:+43 664 60277 14359
fax:   +43 1 4277 14338
web:   http://www.univie.ac.at/zid
http://www.aco.net

Lead Icinga Core Developer
http://www.icinga.org


--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Proper use of escalation_options

2012-04-12 Thread Jeff Leyser
Agreed that's what the documentation says, but that's not what's happening.
 A single WARNING is sent to Group1.  The RECOVERY from that WARNING is
being sent to Group1 and Group2.

-Jeff

On Thu, Apr 12, 2012 at 2:02 AM, Assaf Flatto  wrote:

> **
> On 11/04/12 23:15, Jeff Leyser wrote:
>
> Greetings!
>
>  Nagios 3.2.3, running on CentOS.  I have two service escalations setup:
>
>  define serviceescalation{
> servicegroup_name   noncritical
> first_notification  1
>  last_notification   0
> notification_interval   10
> escalation_options  w,r
> contactgroups   Group1
> }
>
>  define serviceescalation{
> servicegroup_name   noncritical
>  first_notification  1
> last_notification   0
> notification_interval   10
> escalation_options  c,u,r
> contactgroups   Group2
>  }
>
>  What I want to do is have all WARNINGS and associated RECOVERYs go to
> Group1, while all CRITICAL and UNKNOWNs and associated RECOVERYs go to
> group2.
>
>  For the problem alerts, works great, each group only gets what is
> defined.  But both Group1 and Group2 get all RECOVERY notifications, even
> for problem notifications they don't.
>
>  Is there a way to achieve what I want?
>
>  Many Thanks!
>
>  As is written in the documentation , recoveries will be send to those
> that have all ready been notified about the issue regardless of it's
> current status.
>
> So if the status went from OK  to Warning then to Critical , those in
> Warning  and Critical groups will get the recovery notification.
>
>  http://nagios.sourceforge.net/docs/nagioscore/3/en/escalations.html
>
>
> --
> For Developers, A Lot Can Happen In A Second.
> Boundary is the first to Know...and Tell You.
> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> http://p.sf.net/sfu/Boundary-d2dvs2
> ___
> Nagios-users mailing list
> Nagios-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagios-users
> ::: Please include Nagios version, plugin version (-v) and OS when
> reporting any issue.
> ::: Messages without supporting info will risk being sent to /dev/null
>
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null

Re: [Nagios-users] empty hostgroups only for service defs?

2012-04-12 Thread Andreas Ericsson
On 04/11/2012 10:57 PM, Daniel Wittenberg wrote:
> I would imagine that's the case, since I had to patch our version to deal 
> with the depenencies too.
> 

If possible, I'd like to get that patch so we can make things
consistent (without me having to work for it; Yay!).

-- 
Andreas Ericsson   andreas.erics...@op5.se
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231

Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.

--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null


Re: [Nagios-users] Proper use of escalation_options

2012-04-12 Thread Assaf Flatto

On 11/04/12 23:15, Jeff Leyser wrote:

Greetings!

Nagios 3.2.3, running on CentOS.  I have two service escalations setup:

define serviceescalation{
servicegroup_name   noncritical
first_notification  1
last_notification   0
notification_interval   10
escalation_options  w,r
contactgroups   Group1
}

define serviceescalation{
servicegroup_name   noncritical
first_notification  1
last_notification   0
notification_interval   10
escalation_options  c,u,r
contactgroups   Group2
}

What I want to do is have all WARNINGS and associated RECOVERYs go to 
Group1, while all CRITICAL and UNKNOWNs and associated RECOVERYs go to 
group2.


For the problem alerts, works great, each group only gets what is 
defined.  But both Group1 and Group2 get all RECOVERY notifications, 
even for problem notifications they don't.


Is there a way to achieve what I want?

Many Thanks!


As is written in the documentation , recoveries will be send to those 
that have all ready been notified about the issue regardless of it's 
current status.


So if the status went from OK  to Warning then to Critical , those in 
Warning  and Critical groups will get the recovery notification.


 http://nagios.sourceforge.net/docs/nagioscore/3/en/escalations.html
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2___
Nagios-users mailing list
Nagios-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting 
any issue. 
::: Messages without supporting info will risk being sent to /dev/null