Redis: Dump severity field to icinga:{host,service}state

refs #5117
This commit is contained in:
Michael Friedrich 2017-04-20 16:48:00 +02:00
parent b37fd53773
commit d7b939d99b
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ void RedisWriter::SendStatusUpdate(const ConfigObject::Ptr& object, const String
attrs->Set("last_check", checkable->GetLastCheck()); attrs->Set("last_check", checkable->GetLastCheck());
attrs->Set("next_check", checkable->GetNextCheck()); attrs->Set("next_check", checkable->GetNextCheck());
attrs->Set("severity", 0); //TODO attrs->Set("severity", checkable->GetSeverity());
/* /*
'host_checksum' => null, 'host_checksum' => null,