savoirfairelinux / mod-mongo-live-config

A Shinken module to dump the whole configuration into a mongodb instance
Other
0 stars 1 forks source link

Enh: not necessary to keep the value in objects_updated #10

Closed gst closed 9 years ago

gst commented 9 years ago

so use a set for storing the modified attributes. and use getattr(obj, attr) to get the actual value when syncing with mongo.