GelfWriter should write the host notification output

No idea why there was a hardcoded unreachable message inside.
This commit is contained in:
Michael Friedrich 2017-12-21 09:13:47 +01:00
parent 915d0417c9
commit 5222f7d058
1 changed files with 1 additions and 2 deletions

View File

@ -325,8 +325,7 @@ void GelfWriter::NotificationToUserHandlerInternal(const Notification::Ptr& noti
fields->Set("short_message", output);
} else {
fields->Set("_type", "HOST NOTIFICATION");
//TODO: why?
fields->Set("short_message", "(" + CompatUtility::GetHostStateString(host) + ")");
fields->Set("short_message", output);
}
fields->Set("_state", service ? Service::StateToString(service->GetState()) : Host::StateToString(host->GetState()));