diff --git a/lib/icinga/service.cpp b/lib/icinga/service.cpp index 8f625672a..d831136bb 100644 --- a/lib/icinga/service.cpp +++ b/lib/icinga/service.cpp @@ -137,7 +137,7 @@ int Service::GetSeverity() const Host::Ptr host = GetHost(); ObjectLock hlock (host); - if (host->GetState() != HostUp || !host->IsReachable()) { + if (host->GetState() != HostUp) { severity += 1024; } else { if (IsAcknowledged())