problem with checks being rescheduled outside their timeperiod

Brian Murphy brian.murphy at gmx.net
Sun Aug 21 12:09:50 CEST 2011


I have some checks to be run a specific times that are scheduled using timeperiods, daily bacth job checks and the like

define timeperiod{
         timeperiod_name 0600daily
         alias           For Running Checks Daily at 0600
         monday          06:00-06:10
         tuesday         06:00-06:10
         wednesday       06:00-06:10
         thursday        06:00-06:10
         friday          06:00-06:10
         saturday        06:00-06:10
         sunday          06:00-06:10
         }

and check defined

define service{
        use                             solaris-prod-service      
        host_name                       host
        check_period                    0600daily
        service_description             JOB DAILY
 ...
        max_check_attempts              1
        check_interval                  30
...
        check_command                   check_nrpe!check_JOB_DAILY
        }

Currently 

Next Scheduled Check:  	2011-08-22 05:59:59

which  based on past experience will fail to run and reschedule for the next day.

Until about 2 hours ago the check showed up in the queue to be checked at 06:00

Could someone give me some idea what could be causing the check to get rescheduled outside its timeperiod.

Once such a thing is scheduled what would change its scheduled run time.

Running nagios 3.2.3 on RHEL on VM.


Thanks in advance

 Brian

-- 
NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!		
Jetzt informieren: http://www.gmx.net/de/go/freephone

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
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