X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=README;h=55a8be8f983d92bb0b6deecde500f8bcadd3fce1;hp=20cbce9a8e3160fa0b5c127c0b24aa92b6ac2396;hb=bef7167f0dc1fd405e35d5cbffb3c0820945a9ea;hpb=3a179f6f4ad2586325656b49bd9d5a53efc8700c diff --git a/README b/README index 20cbce9..55a8be8 100644 --- a/README +++ b/README @@ -1,21 +1,21 @@ - syscollector -- a system management / inventory collection service - ==================================================================== - - “System Collector” (syscollector) is a multi-backend system management and - inventory collection service. It may be used to collect information from - various backends (inventory services, monitoring services, etc.) and - provides a unique interface to access the information independent of the - active backends. This is done by mapping the backend objects to generic - objects and correlating the attributes to create a single hierarchy of your - infrastructure. - - This is free and open source software, licensed under the 2-clause BSD + SysDB -- a system management and inventory collection service + =============================================================== + + “System DataBase” (SysDB) is a multi-backend system management and inventory + collection service. It may be used to (continuously) collect information + about your systems from various backends (inventory services, monitoring + services, etc.) and provides a unique interface to access the information + independent of the active backends. This is done by storing and mapping the + backend objects to generic objects and correlating the attributes to create + a single hierarchical view of your infrastructure. + + SysDB is free and open source software, licensed under the 2-clause BSD license. See COPYING for details. Prerequisites ------------- - To compile the syscollector package from source you need: + To compile the SysDB package from source you need: * A build environment: autotools, libtool, C compiler, ... @@ -27,16 +27,16 @@ Prerequisites Configuring / Compiling / Installing ------------------------------------ - To configure, build and install syscollector with the default settings, run + To configure, build and install SysDB with the default settings, run `./configure && make && make install'. For detailed, generic instructions see INSTALL. For a complete list of configure options and their description, run `./configure --help'. - By default, syscollector will be installed into `/opt/syscollector'. You can - adjust this setting by specifying the `--prefix' configure option - see - INSTALL for details. If you pass DESTDIR= to `make install', - will be prefixed to all installation directories. This might be useful when - creating packages for syscollector. + By default, SysDB will be installed into `/opt/sysdb'. You can adjust this + setting by specifying the `--prefix' configure option - see INSTALL for + details. If you pass DESTDIR= to `make install', will be + prefixed to all installation directories. This might be useful when creating + packages for SysDB. Author ------