summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/appendix/guides/web-reports.txt (renamed from doc/reports/install.txt)11
-rw-r--r--doc/reports/index.txt1
-rw-r--r--doc/server/plugins/index.txt15
3 files changed, 19 insertions, 8 deletions
diff --git a/doc/reports/install.txt b/doc/appendix/guides/web-reports.txt
index 80f9342ae..9eadfb678 100644
--- a/doc/reports/install.txt
+++ b/doc/appendix/guides/web-reports.txt
@@ -5,11 +5,11 @@
.. This is combination of the Ubuntu guide and the Centos guide for
installing the web reports.
-.. _server-reports-install:
+.. _web-reports:
-=====================
-Dynamic (web) Reports
-=====================
+==================================
+Dynamic (web) Reports installation
+==================================
The first step is to install the needed software components like the
Django framework and the database (SQlite2). All packages for Fedora
@@ -180,4 +180,5 @@ then have something like this::
Restart apache and point a browser to your Bcfg2 server.
-If using sqlite be sure the sql database file and directory containing the database are writable to apache.
+If using sqlite be sure the sql database file and directory containing the
+database are writable to apache.
diff --git a/doc/reports/index.txt b/doc/reports/index.txt
index bef686305..1360d5ffd 100644
--- a/doc/reports/index.txt
+++ b/doc/reports/index.txt
@@ -24,6 +24,5 @@ uses django and a database backend.
.. toctree::
:maxdepth: 2
- install
static
dynamic
diff --git a/doc/server/plugins/index.txt b/doc/server/plugins/index.txt
index 126331325..e561722cf 100644
--- a/doc/server/plugins/index.txt
+++ b/doc/server/plugins/index.txt
@@ -30,6 +30,18 @@ http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/src/lib/Server/Plugin
.. _Bcfg2 repository: http://trac.mcs.anl.gov/projects/bcfg2/browser/trunk/bcfg2/src/lib/Server/Plugins.
+Connectors
+----------
+
+.. toctree::
+ :maxdepth: 2
+ :glob:
+
+ connectors/*
+
+Each of these plugins has a corresponding subdirectory with the same
+name in the Bcfg2 repository.
+
Metadata (Grouping)
-------------------
@@ -78,7 +90,7 @@ Statistics Plugins
statistics/*
DBStats can be enabled by adding it to the plugins line in
-``/etc/bcfg2.conf``.
+`/etc/bcfg2.conf`.
Version Plugins
---------------
@@ -103,5 +115,4 @@ More details can be found in :ref:`server-plugins-plugin-roles`
plugin-roles
probes/index
- properties
trigger