amorenoz / ovsdb-mon

An OVSDB database visualization tool based on auto-generated schema bindings
Apache License 2.0
23 stars 4 forks source link

Add Conditional Monitoring support #18

Closed flavio-fernandes closed 3 years ago

flavio-fernandes commented 3 years ago

A common usage case for this tool is to monitor changes in the OVSDB db.

Pending the upcoming changes in libovsdb for conditional monitoring (https://github.com/ovn-org/libovsdb/pull/222), it will become easier to allow user to specify the table(s) she/he cares about. We should expose that functionality to this awesome tool.