summaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichael Fenn <fennm@deshawresearch.com>2014-03-26 16:26:04 -0400
committerMichael Fenn <fennm@deshawresearch.com>2014-03-26 16:26:04 -0400
commit9c367cade3afc0738811eda7f854e5f08bbd9e23 (patch)
treeb66ca4b85c2955a57e875ee9a0955542d4d21c58 /doc/man
parent5f2e902a4dc8482a91adde7e2dffd7703051e968 (diff)
downloadbcfg2-9c367cade3afc0738811eda7f854e5f08bbd9e23.tar.gz
bcfg2-9c367cade3afc0738811eda7f854e5f08bbd9e23.tar.bz2
bcfg2-9c367cade3afc0738811eda7f854e5f08bbd9e23.zip
doc: also update the bcfg2.conf man page for separate reporting
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/bcfg2.conf.txt41
1 files changed, 38 insertions, 3 deletions
diff --git a/doc/man/bcfg2.conf.txt b/doc/man/bcfg2.conf.txt
index df49f3d4a..36776b5cb 100644
--- a/doc/man/bcfg2.conf.txt
+++ b/doc/man/bcfg2.conf.txt
@@ -632,7 +632,7 @@ Server-only, specified in the **[database]** section. These options
control the database connection of the server.
engine
- The database engine used by the statistics module. One of the
+ The database engine used by server plugins. One of the
following::
postgresql
@@ -641,9 +641,9 @@ control the database connection of the server.
ado_mssql
name
- The name of the database to use for statistics data. If
+ The name of the database to use for server data. If
'database_engine' is set to 'sqlite3' this is a file path to
- the sqlite file and defaults to ``$REPOSITORY_DIR/etc/brpt.sqlite``.
+ the sqlite file and defaults to ``$REPOSITORY_DIR/etc/bcfg2.sqlite``.
user
User for database connections. Not used for sqlite3.
@@ -662,6 +662,41 @@ control the database connection of the server.
expected as multiple key=value pairs, separated with commas.
The concrete value depends on the database engine.
+ reporting_engine
+ The database engine used by the Reporting plugin. One of the
+ following::
+
+ postgresql
+ mysql
+ sqlite3
+ ado_mssql
+
+ If reporting_engine is not specified, the Reporting plugin uses
+ the same database as the other server plugins.
+
+ reporting_name
+ The name of the database to use for reporting data. If
+ 'database_engine' is set to 'sqlite3' this is a file path to
+ the sqlite file and defaults to
+ ``$REPOSITORY_DIR/etc/reporting.sqlite``.
+
+ reporting_user
+ User for reporting database connections. Not used for sqlite3.
+
+ reporting_password
+ Password for reporting database connections. Not used for sqlite3.
+
+ reporting_host
+ Host for reporting database connections. Not used for sqlite3.
+
+ reporting_port
+ Port for reporting database connections. Not used for sqlite3.
+
+ reporting_options
+ Various options for the reporting database connection. The value
+ is expected as multiple key=value pairs, separated with commas.
+ The concrete value depends on the database engine.
+
Reporting options
-----------------