mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
parent
905380b436
commit
3f89a6dd09
@ -178,7 +178,7 @@ void Checkable::ProcessCheckResult(const CheckResult::Ptr& cr, const MessageOrig
|
||||
std::set<Checkable::Ptr> children = GetChildren();
|
||||
|
||||
if (!old_cr) {
|
||||
SetStateType(StateTypeHard);
|
||||
SetStateType(StateTypeSoft);
|
||||
} else if (IsStateOK(cr->GetState())) {
|
||||
SetStateType(StateTypeHard); // NOT-OK -> HARD OK
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user