Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b50d8ee6d7871fcc13c0677a9364ed59 > files > 163

bcfg2-doc-1.3.0-1.fc17.noarch.rpm

.. -*- mode: rst -*-

.. _server-reports-index:

The Bcfg2 Reporting System
==========================

Bcfg2's reporting system is its killer feature. It allows administrators
to gain a broad understanding of the configuration state of their entire
environment. It summarizes

* Configuration changes and when they were made
* Discrepancies between the specification and current client states

  * Clients can be grouped by misconfiguration type

* Configuration entries that are not specified
* Overall client summaries according to these types

There are two systems, the old system, which builds static reports based
on a series of XSLT stylesheets and a new dynamic reporting system that
uses django and a database backend.

.. toctree::
   :maxdepth: 2

   static
   dynamic