summaryrefslogtreecommitdiffstats
path: root/doc/server/database.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc: Document new reporting database separation featureMichael Fenn2014-03-261-23/+59
|
* Options: add database.optionsAlexander Sulfrian2013-06-281-0/+6
| | | | | | | With the options setting in the database section of the config file various database options for the django database could be set (like ssl mode for postgres). For more information, consult your django databse backend module's documentation.
* doc: Fix database engine configuration valueSol Jerome2013-06-251-2/+3
| | | | | | | The code automatically adds 'django.db.backends' to the database backend. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* documented potential thread contention issues when using sqliteChris St. Pierre2012-10-291-7/+12
|
* unified Metadata/DBMetadata pluginsChris St. Pierre2012-07-311-1/+1
| | | | made django optional
* Added ability to store probe data in database instead of probed.xmlChris St. Pierre2012-07-301-0/+8
|
* Metadata and other improvements:Chris St. Pierre2012-07-301-0/+45
* Added support for Client tag in groups.xml * Added support for nested Group tags in groups.xml * Added support for negated groups in groups.xml * Added DatabaseBacked plugin mixin to easily allow plugins to connect to a database specified in global database settings in bcfg2.conf * Added DBMetadata plugin that uses relational DB to store client records instead of writing to clients.xml