mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
parent
3310cc30ae
commit
91b8decaac
@ -178,6 +178,10 @@ void RedisWriter::SendStatusUpdate(const ConfigObject::Ptr& object, const String
|
|||||||
{
|
{
|
||||||
AssertOnWorkQueue();
|
AssertOnWorkQueue();
|
||||||
|
|
||||||
|
/* during startup we might receive check results, ignore them without any connection */
|
||||||
|
if (!m_Context)
|
||||||
|
return;
|
||||||
|
|
||||||
/* Serialize config object attributes */
|
/* Serialize config object attributes */
|
||||||
Dictionary::Ptr objectAttrs = SerializeObjectAttrs(object, FAState);
|
Dictionary::Ptr objectAttrs = SerializeObjectAttrs(object, FAState);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user