mirror of https://github.com/Icinga/icinga2.git
parent
e298191c2e
commit
ae75575874
|
@ -290,8 +290,6 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
|||
if (is_volatile && IsStateOK(old_state) && IsStateOK(new_state))
|
||||
send_notification = false; /* Don't send notifications for volatile OK -> OK changes. */
|
||||
|
||||
SetLastInDowntime(in_downtime);
|
||||
|
||||
olock.Unlock();
|
||||
|
||||
if (remove_acknowledgement_comments)
|
||||
|
|
|
@ -128,7 +128,6 @@ abstract class Checkable : CustomVarObject
|
|||
default {{{ return Application::GetStartTime(); }}}
|
||||
};
|
||||
[state] Timestamp last_state_unreachable;
|
||||
[state] bool last_in_downtime;
|
||||
[state] bool force_next_check;
|
||||
[state] int acknowledgement (AcknowledgementRaw) {
|
||||
default {{{ return AcknowledgementNone; }}}
|
||||
|
|
Loading…
Reference in New Issue