X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=README;h=7e493db39ec92d894938d87c1ea930a25f58c737;hp=f2bfa10927425c87fc22a5d9aab0e0ce6993626b;hb=e2514597b1fd131335bdfc33aef34266bf51b9cd;hpb=a01edf46f26cbb0e9bdba87d781c6015545a6463 diff --git a/README b/README index f2bfa10..7e493db 100644 --- a/README +++ b/README @@ -51,7 +51,7 @@ Prerequisites To compile the SysDB package from source you need: - * A build environment: autotools, libtool, C compiler, ... + * A build environment: autotools, libtool, C and C++ compilers, ... @@ -87,10 +87,28 @@ Prerequisites * libdbi: The database independent abstraction layer is used for database access by - the puppet::store-configs plugin. + the backend::puppet::store-configs plugin. + * libfacter: + The cfacter library for gathering facts about a system is used by the + backend::facter plugin to retrieve attributes about the local system. + + + + * librrd: + The RRDtool library is used by the timeseries::rrdtool plugin to retrieve + time-series from RRD files. + + + + * libssl: + The Secure Sockets Layer toolkit library is used to encrypt and + authenticate TCP connections. + + + Testing -------