mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

Track version numbers #3

Closed kchodorow closed 12 years ago

kchodorow commented 12 years ago

Look in header for versions and track changes (different version number on restart).

kaushal commented 12 years ago

There is currently an entries type document with doc["type"] = "version" being generated, and there is a local variable in run_edda.py being changed if this version ever has a change. This shouldn't be difficult to send to the front end.

kaushal commented 12 years ago

Edda now has an area in the pop up for the servers where it reports the current version number of the mongodb. If no version message was found, "unknown" is displayed.