summaryrefslogtreecommitdiffstats
path: root/doc/server
diff options
context:
space:
mode:
authorTim Laszlo <tim.laszlo@gmail.com>2012-10-11 13:15:42 -0500
committerTim Laszlo <tim.laszlo@gmail.com>2012-10-11 13:26:13 -0500
commitbfb559574a5e4dc4c44c4950cb722bd4e31c13a5 (patch)
tree7f7fb1723e8f6bcdd235f8bb7138f371df74b881 /doc/server
parentcd3e173e53c5a676353fb6aaf9f6e0beb912247d (diff)
downloadbcfg2-bfb559574a5e4dc4c44c4950cb722bd4e31c13a5.tar.gz
bcfg2-bfb559574a5e4dc4c44c4950cb722bd4e31c13a5.tar.bz2
bcfg2-bfb559574a5e4dc4c44c4950cb722bd4e31c13a5.zip
More updates to the web reporting documentation
Diffstat (limited to 'doc/server')
-rw-r--r--doc/server/plugins/index.txt2
-rw-r--r--doc/server/plugins/statistics/reporting.txt18
2 files changed, 19 insertions, 1 deletions
diff --git a/doc/server/plugins/index.txt b/doc/server/plugins/index.txt
index a98c95e8a..4f2b484ac 100644
--- a/doc/server/plugins/index.txt
+++ b/doc/server/plugins/index.txt
@@ -88,7 +88,7 @@ Statistics Plugins
statistics/*
-DBStats can be enabled by adding it to the plugins line in
+Reporting can be enabled by adding it to the plugins line in
``/etc/bcfg2.conf``.
Version Plugins
diff --git a/doc/server/plugins/statistics/reporting.txt b/doc/server/plugins/statistics/reporting.txt
new file mode 100644
index 000000000..9ada89ff3
--- /dev/null
+++ b/doc/server/plugins/statistics/reporting.txt
@@ -0,0 +1,18 @@
+.. -*- mode: rst -*-
+
+.. _server-plugins-statistics-reporting:
+
+=========
+Reporting
+=========
+
+Reporting can be enabled by adding Reporting to the plugins line in
+``/etc/bcfg2.conf``:
+
+ plugins = Base,Bundler,Cfg,...,Reporting
+
+For more information on how to use Reporting to setup reporting, see
+:ref:`reports-dynamic`.
+
+..Note:
+This replaces the DBStats plugin