savoirfairelinux / mod-mongo-live-config

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

objects updated "in place" won't be updated in mongo #6

Closed gst closed 9 years ago

gst commented 9 years ago

Given how the objects are monitored for attributes changes (Item.setattr "hooked"): we simply miss the objects that would be updated "in place", like with a list.append(..)..

Think to a way to also have those changes.

The "simpler" would be to explicitly mark/record when such a thing occurs.