mirror of https://github.com/Icinga/icinga2.git
parent
e5c0295c9e
commit
0eada26b04
|
@ -41,9 +41,10 @@ value: JsonEncode(Serialize(object, FAState))
|
||||||
//TODO: OnActiveChanged handling.
|
//TODO: OnActiveChanged handling.
|
||||||
void RedisWriter::UpdateAllConfigObjects(void)
|
void RedisWriter::UpdateAllConfigObjects(void)
|
||||||
{
|
{
|
||||||
|
|
||||||
//TODO: Just use config types
|
//TODO: Just use config types
|
||||||
for (const Type::Ptr& type : Type::GetAllTypes()) {
|
for (const Type::Ptr& type : Type::GetAllTypes()) {
|
||||||
|
if (!ConfigObject::TypeInstance->IsAssignableFrom(type))
|
||||||
|
continue;
|
||||||
|
|
||||||
String typeName = type->GetName();
|
String typeName = type->GetName();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue