From: Gunnar Beutner Date: Thu, 12 Sep 2013 13:47:45 +0000 (+0200) Subject: Make sure the next check timestamp can't be in the past. X-Git-Tag: v0.0.3~534 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb7d9e96f89f029476c8f94e379f21f30d5e2c9f;p=icinga2 Make sure the next check timestamp can't be in the past. --- diff --git a/lib/icinga/externalcommandprocessor.cpp b/lib/icinga/externalcommandprocessor.cpp index e478346ae..aa1b9ca62 100644 --- a/lib/icinga/externalcommandprocessor.cpp +++ b/lib/icinga/externalcommandprocessor.cpp @@ -266,6 +266,9 @@ void ExternalCommandProcessor::ScheduleHostCheck(double, const std::vectorGetServices()) { if (planned_check > service->GetNextCheck()) { Log(LogInformation, "icinga", "Ignoring reschedule request for service '" +