Re: [Nagios-users] REDUCE TIME OF NOTIFICATIONS

2008-10-25 Thread Alex Howells
2008/10/25 Mark Young [EMAIL PROTECTED]:
 Somewhere in your definitions for your hosts/services you have the
 'notification_interval' set to 15.  This can be changes per each host/
 service or more easily in the generic templates. Check out this doc
 here http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html

Was kinda difficult to tell if the OP was talking about how often he'd
get notified, or how quickly he'd receive notification based on
check_attempts vs. intervals -- good catch on notification_interval as
I'd not even considered that!

Alex

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] REDUCE TIME OF NOTIFICATIONS

2008-10-24 Thread Oscar Soto
hi!!! everyone

does somebody can helpme?
i programmed Nagios 3.0.2 to send notifications and the time is 15 minutes.
how can i reduce this time?

thank you!!!
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
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] REDUCE TIME OF NOTIFICATIONS

2008-10-24 Thread Alex Howells
 hi!!! everyone

 does somebody can helpme?
 i programmed Nagios 3.0.2 to send notifications and the time is 15 minutes.
 how can i reduce this time?

http://www.nagios.org/docs/

That would be the manual. It is good. Well worth reading. This bit
especially --

http://nagios.sourceforge.net/docs/3_0/configobject.html

Look for max_check_attempts, check_interval and retry_interval. Then
read the rest for good measure :)

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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] REDUCE TIME OF NOTIFICATIONS

2008-10-24 Thread Mark Young


On Oct 24, 2008, at 8:52 PM, Oscar Soto wrote:

 hi!!! everyone

 does somebody can helpme?
 i programmed Nagios 3.0.2 to send notifications and the time is 15  
 minutes.
 how can i reduce this time?

Somewhere in your definitions for your hosts/services you have the  
'notification_interval' set to 15.  This can be changes per each host/ 
service or more easily in the generic templates. Check out this doc  
here http://nagios.sourceforge.net/docs/3_0/objectdefinitions.html

define host{
snip
notification_interval   5   ; sets the notification interval to be 
every  
5 mins
snip
}


I see Alex beat me to the punch.  I'll hit send anyway.  :P  Goodluck.


Mark Young
___
Nagios Enterprises, LLC
Web:www.nagios.com

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
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