Code

frontend/query: Use the new JSON formatter to implement LOOKUP.
[sysdb.git] / README
diff --git a/README b/README
index fa18d6c227b19a4108e1858b09245cc9b27e89e6..f2bfa10927425c87fc22a5d9aab0e0ce6993626b 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
   found in the file ReleaseNotes.
 
-  <http://sysdb.io/>
+  <https://sysdb.io/>
 
 Configure and install SysDB
 ---------------------------
@@ -116,13 +118,13 @@ Documentation
 
   All documentation for SysDB is available as manual pages (in roff and HTML
   formats) and shipped alongside the source code in the doc/ subdirectory.
-  Also, it is available online at <http://sysdb.io/documentation/>.
+  Also, it is available online at <https://sysdb.io/documentation/>.
 
 Getting Help
 ------------
 
   Various channels for asynchronous and real-time communication with
-  developers and users are available. See <http://sysdb.io/contact/> for
+  developers and users are available. See <https://sysdb.io/contact/> for
   details about the mailing list, IRC channel, and social media.
 
 Author
@@ -132,5 +134,5 @@ Author
 
   See the file THANKS for credits and inspiration.
 
-  Want to contribute? Check out the website <http://sysdb.io> for details.
+  Want to contribute? Check out the website <https://sysdb.io> for details.