summaryrefslogtreecommitdiffstats
path: root/doc/reports
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-03-18 18:06:21 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-03-18 18:06:21 -0500
commitd56c2292b52359bec50f5e7e7d8b1870c6edfa21 (patch)
tree4d00ff0d286f2bc37d0159faffcdbf561da3e3fa /doc/reports
parent9b5bd6d018bad6a7f483bc87c5f4b18ac92b99f0 (diff)
downloadbcfg2-d56c2292b52359bec50f5e7e7d8b1870c6edfa21.tar.gz
bcfg2-d56c2292b52359bec50f5e7e7d8b1870c6edfa21.tar.bz2
bcfg2-d56c2292b52359bec50f5e7e7d8b1870c6edfa21.zip
Reporting: Fix sections for reports settings
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/reports')
-rw-r--r--doc/reports/dynamic.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/reports/dynamic.txt b/doc/reports/dynamic.txt
index 19c947a71..14eff6f54 100644
--- a/doc/reports/dynamic.txt
+++ b/doc/reports/dynamic.txt
@@ -166,20 +166,22 @@ Upgrading
2. Replace the DBStats plugin with the Reporting plugin.
3. Migrate historic data.
- Run `tools/upgrade/1.3/migrate_dbstats.py`
+ Run ``tools/upgrade/1.3/migrate_dbstats.py``
The reporting schema is now managed using `South <http://south.aeracode.org>`_
instead of a set of custom scripts. This creates the new schema and imports
all of the historic data to the new format.
-.. Note:
+ .. note::
- After the database is upgraded all of the old tables are left intact. To
- remove them any table starting with reports_ can be dropped.
+ After the database is upgraded all of the old tables are left
+ intact. To remove them any table starting with reports_ can
+ be dropped.
4. `(Optional)` Run the :ref:`Report Collector <report_collector>`
- Add "transport = LocalFilesystem" under "[reporting]" in `bcfg2.conf`.
- Restart the bcfg2-server and start the bcfg2-report-collector.
+ Add "transport = LocalFilesystem" under "[reporting]" in
+ ``bcfg2.conf``. Restart the bcfg2-server and start the
+ bcfg2-report-collector.
Configuring
===========