Files
watcher/watcher/db
wangxiyuan 57be02dcd2 Use i18n directly
We should use i18n directly rather than openstack/common.

Change-Id: I64d3abce4ee2747b670bc921ffbb03d76defd42c
2015-11-13 16:55:34 +08:00
..
2015-11-13 16:55:34 +08:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00
2015-06-04 15:27:57 +02:00

Watcher Database

This database stores all the watcher business objects which can be requested by the Watcher API :

  • Audit templates
  • Audits
  • Action plans
  • Actions history
  • Watcher settings :
    • metrics/events collector endpoints for each type of metric
    • manual/automatic mode
  • Business Objects states

It may be any relational database or a key-value database.

Business objects are read/created/updated/deleted from/to the Watcher database using a common Python package which provides a high-level Service API.