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