mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
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("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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user