Code

README: Mention the support for metrics and time-series.
[sysdb.git] / README
diff --git a/README b/README
index c78ec5fea715d77fb60c15c477e8a567a9f15f2f..39171c3d73206ebe51277e1f4ceb4132d522b4a4 100644 (file)
--- a/README
+++ b/README
   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 reference performance data
-  like the current memory utilization or much more.
+  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.
 
   SysDB is free and open source software, licensed under the 2-clause BSD
   license. See COPYING for details. Changes between all SysDB releases can be
@@ -103,13 +105,13 @@ Testing
   tests will be disabled automatically.
 
   For the latest build status, see:
-  <https://travis-ci.org/tokkee/sysdb>
+  <https://travis-ci.org/sysdb/sysdb>
 
   Code coverage testing using Gcov may be enabled when using the
   ‘--enable-gcov’ configure option.
 
   For the latest coverage report, see:
-  <https://coveralls.io/r/tokkee/sysdb>
+  <https://coveralls.io/r/sysdb/sysdb>
 
 Documentation
 -------------