Cleanup deprecated documentation

Since vincent mahe created a great
documentation available in doc/source
this one is deprecated

Change-Id: I81ff633771570f28a38e3d277718f0a97a9d5090
This commit is contained in:
Jean-Emile DARTOIS
2015-12-04 18:21:16 +01:00
parent 7710b1670e
commit 4c2d0e6345
5 changed files with 0 additions and 118 deletions

View File

@@ -1,15 +0,0 @@
# 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.