X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=doc%2Fsysdb-description.txt;h=2f8d7226b39b0f15757c9d2a7612720d4869cb28;hp=64cecf38dfdd069586fd03be676c457d37d203c3;hb=0a3dd5b9b97e25156412a95bcecf25f8d75c72fc;hpb=3ec2d4e765697f64eb3a240709b00e83f769d739 diff --git a/doc/sysdb-description.txt b/doc/sysdb-description.txt index 64cecf3..2f8d722 100644 --- a/doc/sysdb-description.txt +++ b/doc/sysdb-description.txt @@ -1,11 +1,20 @@ -SysDB stores system and inventory information about hardware and software -systems. This information is stored in a graph-like hierarchy of generic -objects. The central object type is a host, which generally represents a -physical or virtual machine or any other type of physical resource. Hosts, in -turn, may reference a list of services which represent any kind of logical -resource like a software system. Both, hosts and services, may reference a -list of attributes which represent further information about the respective -host or service object. For example, attributes may specify static information -like a host's architecture or the software version or snapshots of performance -data like the current memory utilization or much more. +“System DataBase” (SysDB) is a multi-backend system management and inventory +collection service. It stores system and inventory information about hardware +and software systems. This information is (continuously) collected from +various configurable backends (inventory services, monitoring services, etc.) +and stored in a graph-like hierarchy of generic objects. The store may be +queried through a generic interface independent of the active backends. Object +names are canonicalized before they are added to the store to ensure a +consistent view of your infrastructure. + +The central object type is a host, which generally represents a physical or +virtual machine or any other type of physical resource. Hosts, in turn, may +reference a list of services which represent any kind of logical resource like +a software system. Both, hosts and services, may reference a list of +attributes which represent further information about the respective host or +service object. For example, attributes may specify static information like a +host's architecture or the software version. A host may also reference a list +of metrics which are references to performance data stored about the host. +SysDB supports querying the respective time-series from a backend's data +store.