mirror of https://github.com/Icinga/icinga2.git
State file: Store attributes of type Attribute_Local.
This commit is contained in:
parent
7aed3f6b47
commit
0e8a5587a9
|
@ -373,7 +373,7 @@ void DynamicObject::DumpObjects(const String& filename)
|
|||
persistentObject->Set("type", object->GetType());
|
||||
persistentObject->Set("name", object->GetName());
|
||||
|
||||
int types = Attribute_Replicated;
|
||||
int types = Attribute_Local | Attribute_Replicated;
|
||||
|
||||
/* only persist properties for replicated objects or for objects
|
||||
* that are marked as persistent */
|
||||
|
|
Loading…
Reference in New Issue