mirror of https://github.com/Icinga/icinga2.git
parent
b37fd53773
commit
d7b939d99b
|
@ -221,7 +221,7 @@ void RedisWriter::SendStatusUpdate(const ConfigObject::Ptr& object, const String
|
|||
attrs->Set("last_check", checkable->GetLastCheck());
|
||||
attrs->Set("next_check", checkable->GetNextCheck());
|
||||
|
||||
attrs->Set("severity", 0); //TODO
|
||||
attrs->Set("severity", checkable->GetSeverity());
|
||||
|
||||
/*
|
||||
'host_checksum' => null,
|
||||
|
|
Loading…
Reference in New Issue