Re: [Nagios-users] downtime scheduling

2009-04-14 Thread Jim Avery
2009/4/14 Anirudh Srinivasan :
> When we schedule a downtime for a host does it mean it automatically
> schedules a downtime for its services also?
> I remember when we were patching our servers , we scheduled downtime for the
> entire hostgroup by selecting "schedule downtime for all host in this
> hostgroup". Inspite of it we still got alerts for few services under certail
> hosts. Should we select "schedule downtime for all the services in this
> hostgroup" ?
>
> Can some one explain me what this is all about and how does it work?
> Thank you very much
> --
> Anirudh Srinivasan

If you schedule downtime for the host, then this should stop
notifications both for the host and the services.

If you have this problem again, please check the Nagios logs and post
some more detail about it.  I've noticed on earlier versions of Nagios
you could sometimes get notifications through for hosts which were in
downtime for a brief period following restart of the Nagios daemon.

Cheers,

Jim

--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
___
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] downtime scheduling

2009-04-14 Thread Anirudh Srinivasan
When we schedule a downtime for a host does it mean it automatically
schedules a downtime for its services also?
I remember when we were patching our servers , we scheduled downtime for the
entire hostgroup by selecting "schedule downtime for all host in this
hostgroup". Inspite of it we still got alerts for few services under certail
hosts. Should we select "schedule downtime for all the services in this
hostgroup" ?

Can some one explain me what this is all about and how does it work?
Thank you very much
-- 
Anirudh Srinivasan
--
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com___
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] Downtime scheduling

2007-11-02 Thread Andreas Ericsson
Jerad Riggin wrote:
> Thanks for the reply.  Here is what I did..
> 
> 
> define timeperiod{
> timeperiod_name maintenance
> alias   Maintenance period
> sunday  04:00-01:00
> monday  04:00-01:00
> tuesday 04:00-01:00
> wednesday   04:00-01:00
> thursday04:00-01:00
> friday  04:00-01:00
> saturday04:00-01:00
> }
> 
> And on the host check template I put maintenance in as the
> notification/check schedule.  Will this work?
> 

Nopes. The start-hour must be less than the end-hour, or you'd
overflow into the next day.

Here's how to write it so you get what you want:

00:00-01:00,04:00-24:00

-- 
Andreas Ericsson   [EMAIL PROTECTED]
OP5 AB www.op5.se
Tel: +46 8-230225  Fax: +46 8-230231


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
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] Downtime scheduling

2007-11-02 Thread Jerad Riggin
What is the best way to allow for a 1-4AM outage on a few hosts?  A cron job
that will schedule it every night, or through time periods?
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
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] Downtime scheduling

2007-11-02 Thread Larry Low
You probably have to rewrite 04:00-01:00 to 00:00-01:00,04:00-24:00.

 



Larry Low

4150 N Drinkwater Blvd., 5th Floor

Scottsdale, AZ  85251

Office: 480.385.7045

E-mail: [EMAIL PROTECTED]'

 

Telesphere Networks, Inc

 

From: Jerad Riggin [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 12:05 PM
To: Larry Low
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Downtime scheduling

 

Thanks for the reply.  Here is what I did..


define timeperiod{
timeperiod_name maintenance
alias   Maintenance period
sunday  04:00-01:00
monday  04:00-01:00 
tuesday 04:00-01:00
wednesday   04:00-01:00
thursday04:00-01:00
friday  04:00-01:00
saturday04:00-01:00
}

And on the host check template I put maintenance in as the
notification/check schedule.  Will this work? 



On 11/2/07, Larry Low <[EMAIL PROTECTED]> wrote:

Timeperiods is the best idea.  You can either use the notification_period or
check_period depending on your end needs.

 



Larry Low

4150 N Drinkwater Blvd., 5th Floor

Scottsdale, AZ  85251

Office: 480.385.7045

E-mail: [EMAIL PROTECTED]'

 

Telesphere Networks, Inc

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerad
Riggin
Sent: Friday, November 02, 2007 11:59 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Downtime scheduling

 

What is the best way to allow for a 1-4AM outage on a few hosts?  A cron job
that will schedule it every night, or through time periods?  


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser. 
Download your FREE copy of Splunk now >> http://get.splunk.com/
___ 
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 

 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
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] Downtime scheduling

2007-11-02 Thread Tal Cohen
I don't know that Nagios will treat that right. I think you need to specify
a time between 00:00 and 23:59. I would try 00:00-00:59,04:00-23:59 instead
of 04:00-01:00

 

Tal

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerad
Riggin
Sent: Friday, November 02, 2007 3:05 PM
To: Larry Low
Cc: nagios-users@lists.sourceforge.net
Subject: Re: [Nagios-users] Downtime scheduling

 

Thanks for the reply.  Here is what I did..


define timeperiod{
timeperiod_name maintenance
alias   Maintenance period
sunday  04:00-01:00
monday  04:00-01:00 
tuesday 04:00-01:00
wednesday   04:00-01:00
thursday04:00-01:00
friday  04:00-01:00
saturday04:00-01:00
}

And on the host check template I put maintenance in as the
notification/check schedule.  Will this work? 



On 11/2/07, Larry Low <[EMAIL PROTECTED]> wrote:

Timeperiods is the best idea.  You can either use the notification_period or
check_period depending on your end needs.

 



Larry Low

4150 N Drinkwater Blvd., 5th Floor

Scottsdale, AZ  85251

Office: 480.385.7045

E-mail: [EMAIL PROTECTED]'

 

Telesphere Networks, Inc

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerad
Riggin
Sent: Friday, November 02, 2007 11:59 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Downtime scheduling

 

What is the best way to allow for a 1-4AM outage on a few hosts?  A cron job
that will schedule it every night, or through time periods?  


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser. 
Download your FREE copy of Splunk now >> http://get.splunk.com/
___ 
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 

 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
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] Downtime scheduling

2007-11-02 Thread Jerad Riggin
Thanks for the reply.  Here is what I did..


define timeperiod{
timeperiod_name maintenance
alias   Maintenance period
sunday  04:00-01:00
monday  04:00-01:00
tuesday 04:00-01:00
wednesday   04:00-01:00
thursday04:00-01:00
friday  04:00-01:00
saturday04:00-01:00
}

And on the host check template I put maintenance in as the
notification/check schedule.  Will this work?


On 11/2/07, Larry Low <[EMAIL PROTECTED]> wrote:
>
>  Timeperiods is the best idea.  You can either use the notification_period
> or check_period depending on your end needs.
>
>
>
> 
>
> Larry Low
>
> 4150 N Drinkwater Blvd., 5th Floor
>
> Scottsdale, AZ  85251
>
> Office: 480.385.7045
>
> E-mail: [EMAIL PROTECTED]'
>
>
>
> Telesphere Networks, Inc
>
>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *Jerad Riggin
> *Sent:* Friday, November 02, 2007 11:59 AM
> *To:* nagios-users@lists.sourceforge.net
> *Subject:* [Nagios-users] Downtime scheduling
>
>
>
> What is the best way to allow for a 1-4AM outage on a few hosts?  A cron
> job that will schedule it every night, or through time periods?
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> 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
>
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
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] Downtime scheduling

2007-11-02 Thread Larry Low
Timeperiods is the best idea.  You can either use the notification_period or
check_period depending on your end needs.

 



Larry Low

4150 N Drinkwater Blvd., 5th Floor

Scottsdale, AZ  85251

Office: 480.385.7045

E-mail: [EMAIL PROTECTED]'

 

Telesphere Networks, Inc

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jerad
Riggin
Sent: Friday, November 02, 2007 11:59 AM
To: nagios-users@lists.sourceforge.net
Subject: [Nagios-users] Downtime scheduling

 

What is the best way to allow for a 1-4AM outage on a few hosts?  A cron job
that will schedule it every night, or through time periods?  

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/___
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] Downtime scheduling of Host/Service Groups

2007-05-16 Thread Richard Luys-Nagios User
Hi all,

Quick question:
When I put a Host- or Servicegroup in downtime, Nagios generates a  
separate downtime/comment for each host or service within that group. When  
I want to remove this downtime for the whole group, I have to remove each  
line separately which is cumbersome.

I can't imagine that this is the only way to do it, there must be an  
easier way I'm overlooking.

What I want to be able to do is: schedule downtime for a group (say a  
servicegroup containing 20 services) and remove it in the same manner (ie  
as a group, not as 20 seperate removals that each need a few clicks).

Is this possible, or does someone know a tool or workaround that does this?

TIA,
Richard Luys

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
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