Interval setup

Rob Blake rob.blake at gmail.com
Sat Jan 13 13:30:22 CET 2007


On 1/13/07, Daniel <daniel at ipv6-network.de> wrote:
>
> Hi all,
>
> i want to setup different intervals on my checked hosts:
>
> In this case i want that nagios checks every 60sec but it seems that
> nagios wont do that.
>
> Here a snip out of my config:
>
> define host{
>         use                             generic-host
>         host_name                       bla
>         alias                           bla
>         address                         xx.xx.xx.xx
>         check_command                   check-host-alive
>         max_check_attempts              7
>         contact_groups                  IPv6
>         notification_interval           10
>         notification_period             24x7
>         notification_options            d,u,r
>         }
> define service{
>         use                             generic-service         ; Name of
> service template to use
>         host_name                       bla
>         service_description             PING
>         is_volatile                     0
>         check_period                    24x7
>         max_check_attempts              1
>         normal_check_interval           1
>         retry_check_interval            1
>         contact_groups                  bla
>         notification_options            w,u,c,r
>         notification_interval           60
>         notification_period             24x7
>         check_command                   check_ping!100.0,20%!500.0,60%
>
>
>
> It seems that he check every 5 minutes or so...
>
> Any ideas? I use Nagios 2.6
>
> --
> greetz daniel



In your nagios.cfg, what is the timing_interval set to? Taken from the main
Nagios docs:

**"This is the number of seconds per "unit interval" used for timing in the
scheduling queue, re-notifications, etc. "Units intervals" are used in the
object configuration file to determine how often to run a service check, how
often of re-notify a contact, etc."





-------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Nagios-users mailing list
> Nagios-users at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20070113/a0c8138e/attachment.html>
-------------- next part --------------
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at 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


More information about the Users mailing list