Document the monitoring daemon in the admin guide
authorMichele Tartara <mtartara@google.com>
Mon, 3 Jun 2013 21:58:02 +0000 (21:58 +0000)
committerMichele Tartara <mtartara@google.com>
Tue, 4 Jun 2013 15:11:36 +0000 (11:11 -0400)
The administrator's guide must include a section describing the monitoring
daemon and its API, in order for the users to be able to use it.

Signed-off-by: Michele Tartara <mtartara@google.com>
Reviewed-by: Klaus Aehlig <aehlig@google.com>

doc/admin.rst

index dec450d..bf9936f 100644 (file)
@@ -1339,6 +1339,18 @@ SSH changes and log directories:
 Otherwise, if you plan to re-create the cluster, you can just go ahead
 and rerun ``gnt-cluster init``.
 
+Monitoring the cluster
+----------------------
+
+Starting with Ganeti 2.8, a monitoring daemon is available, providing
+information about the status and the performance of the system.
+
+The monitoring daemon runs on every node, listening on TCP port 1815. Each
+instance of the daemon provides information related to the node it is running
+on.
+
+.. include:: monitoring-query-format.rst
+
 Tags handling
 -------------