mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +02:00
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("type", object->GetType());
|
||||||
persistentObject->Set("name", object->GetName());
|
persistentObject->Set("name", object->GetName());
|
||||||
|
|
||||||
int types = Attribute_Replicated;
|
int types = Attribute_Local | Attribute_Replicated;
|
||||||
|
|
||||||
/* only persist properties for replicated objects or for objects
|
/* only persist properties for replicated objects or for objects
|
||||||
* that are marked as persistent */
|
* that are marked as persistent */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user