On 1/13/07, Daniel <[EMAIL PROTECTED]> 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
[email protected]
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

-------------------------------------------------------------------------
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
[email protected]
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

Reply via email to