Skip to content

Commit

Permalink
REORG : changed the title levels for the dev section
Browse files Browse the repository at this point in the history
  • Loading branch information
daamien committed Jan 22, 2015
1 parent efa2691 commit c2db83f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion developers/OPMDG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
OPM Development Group (OPMDG)
=============================
----------------------------------

The Open PostgreSQL Development Group (OPMDG) is an international, unincorporated association of individuals and companies who have contributed to the OPM project.

Expand Down
2 changes: 1 addition & 1 deletion developers/development_information.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Development Information
===========================
------------------------------

The OPM project is open to any productive contribution.

Expand Down
10 changes: 6 additions & 4 deletions developers/warehouse.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Warehouses
==========
-------------

Overview
--------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

A warehouse is used to store a kind of data. In version 1 and 2, the only available warehouse is wh_nagios, which stores Nagios' perfdata.

Each warehouse must have a unique name, lowercase, with a leading **wh_**, and it's own schema, named as the warehouse (with the leading **wh_**). All objects have to be in this schema, and should probably be configured to be dumped.

Content
-------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


A warehouse should at least provide a **pg** subdirectory containing a PostgreSQL extension depending on **opm-core** extension. It can also provide an **ui** subdirectory if the warehouse wants to provide some ui content.
Then, it can also provides various subdirectories for its need. For instance, *wh_nagios* warehouse provides a **bin** subdirectory containing the *nagios_dispatcher* tool.
Expand All @@ -21,7 +22,8 @@ Therefore, a typical warehouse structure would be::
\_ ui

Implementing the PostgreSQL extension
-------------------------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


ACL don't have to be handled by the warehouse, as the only regular database access should be done by the ui. The ACL are handled by the opm_core extension. Only a few tables and stored functions have to be implemented (see below).

Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Contents:
general/*
opm-core/*
probes/*
developpers/*
developers/*
LICENSE


Expand Down

0 comments on commit c2db83f

Please sign in to comment.