This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/mesos-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7dbda41 Updated the website built from mesos SHA: 26ea709.
7dbda41 is described below
commit 7dbda41c9816482f57b61e75e39da30235aecf0a
Author: jenkins <[email protected]>
AuthorDate: Wed Oct 3 21:42:02 2018 +0000
Updated the website built from mesos SHA: 26ea709.
---
content/documentation/high-availability/index.html | 5 +++++
content/documentation/latest/high-availability/index.html | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/content/documentation/high-availability/index.html
b/content/documentation/high-availability/index.html
index f98f03a..305f61f 100644
--- a/content/documentation/high-availability/index.html
+++ b/content/documentation/high-availability/index.html
@@ -169,6 +169,11 @@
</ul>
+<h2>Monitoring</h2>
+
+<p>For monitoring the current number of masters in the cluster communicating
with each other to form a quorum, see the monitoring guide’s <a
href="/documentation/latest/./monitoring/#replicated-log">Replicated Log</a> on
<code>registrar/log/ensemble_size</code>.
+For creating alerts covering failures in leader election, have a look at the
monitoring guide’s <a
href="/documentation/latest/./monitoring/#basic-alerts">Basic Alerts</a> on
<code>master/elected</code>.</p>
+
<h2>Implementation Details</h2>
<p>Mesos implements two levels of ZooKeeper leader election abstractions, one
in <code>src/zookeeper</code> and the other in <code>src/master</code> (look
for <code>contender|detector.hpp|cpp</code>).</p>
diff --git a/content/documentation/latest/high-availability/index.html
b/content/documentation/latest/high-availability/index.html
index f2d6573..a8ae92d 100644
--- a/content/documentation/latest/high-availability/index.html
+++ b/content/documentation/latest/high-availability/index.html
@@ -169,6 +169,11 @@
</ul>
+<h2>Monitoring</h2>
+
+<p>For monitoring the current number of masters in the cluster communicating
with each other to form a quorum, see the monitoring guide’s <a
href="/documentation/latest/./monitoring/#replicated-log">Replicated Log</a> on
<code>registrar/log/ensemble_size</code>.
+For creating alerts covering failures in leader election, have a look at the
monitoring guide’s <a
href="/documentation/latest/./monitoring/#basic-alerts">Basic Alerts</a> on
<code>master/elected</code>.</p>
+
<h2>Implementation Details</h2>
<p>Mesos implements two levels of ZooKeeper leader election abstractions, one
in <code>src/zookeeper</code> and the other in <code>src/master</code> (look
for <code>contender|detector.hpp|cpp</code>).</p>