Search found 6 matches
- Tue Jun 18, 2019 3:15 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Re: Next Scheduled Check over the Time Period
The information is stored in the status.dat and can be changed via external command: https://assets.nagios.com/downloads/nagioscore/docs/externalcmds/cmdinfo.php?command_id=129 Thanks! Very useful and just what I was looking for! In meanwhile, we're applying the Fix #647 reported on GitHub: https:/...
- Tue Jun 11, 2019 7:49 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Re: Next Scheduled Check over the Time Period
I wonder about update manually, with ad sh script for example, the Next Scheduled Check value. Where this information is stored and updated? I mean, I would like to do with an automatic script what we can do manually on the GUI using " Re-schedule the next check of this service ". In meanw...
- Thu Jun 06, 2019 10:57 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Re: Next Scheduled Check over the Time Period
Hi, thanks! About solution 1) Will the issue occur again? I mean, i can schedule: check_period 11:00 - 11:20 check_interval 20 The first check will run @11:00, the next check will be scheduled @11:20 (and maybe it will still work). What about the next one? It will schedule it @11:40 and the issue is...
- Thu Jun 06, 2019 10:19 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Re: Next Scheduled Check over the Time Period
Hi,
in meanwhile, could you suggest us a workaround to apply?
Thanks!
in meanwhile, could you suggest us a workaround to apply?
Thanks!
- Thu May 30, 2019 3:03 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Re: Next Scheduled Check over the Time Period
Ok, thanks for your fast feedback!swolf wrote:Okay, I tried this on my development machine and was able to reproduce the problem. I've opened an issue here, hopefully we'll be able to get this fixed shortly.
I'll wait for updates
- Tue May 28, 2019 5:05 am
- Forum: Open Source Nagios Projects
- Topic: Next Scheduled Check over the Time Period
- Replies: 12
- Views: 6909
Next Scheduled Check over the Time Period
Hi, we're migrating our old Nagios Version 3.0.3 to Nagios Core Version 4.4.3 . While our parallel run, in order to check it, I see a strange behavior for some alarms scheduled for running in a limited time period. Example: timeperiod: 04:00-04:05 (from sunday to saturday) max_check_attempts 5 check...