mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-09 08:42:59 -04:00
parent
b37fd53773
commit
d7b939d99b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue