blob: 919f0bad28f097b9d95c7f735d232370f3b90653 [file] [log] [blame]
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent">
%BOOK_ENTITIES;
]>
<!-- Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<section id="vr-monitor">
<title>Service Monitoring Tool for Virtual Router</title>
<para>The network service daemons running on the &PRODUCT; virtual routers can be monitored by
using the Service Monitoring tool. If a service goes down, the tool automatically restarts the
service, and if that does not help bringing up the service, an event log is written to
<filename>/var/log/messages</filename> indicating the failure. A new global parameter,
<code>network.router.enableservicemonitoring</code>, has been introduced to control this
feature. The default value is true, implies, monitoring is enabled. On changing this parameter,
you need to restart the Management Server and the virtual router.</para>
<para>Monitoring tool can help to start a VR service, which is crashed due to an unexpected
reason. For example:</para>
<itemizedlist>
<listitem>
<para>The services crashed due to the defects in the source code.</para>
</listitem>
<listitem>
<para>The services that are terminated by the OS when memory or CPU is not sufficiently
available for the service.</para>
</listitem>
</itemizedlist>
<para/>
<note>
<para>Only those services with daemons are monitored. The services that are failed due to errors
in the service/daemon configuration file cannot be restarted by the Monitoring tool.</para>
<para>VPC networks are not supported.</para>
</note>
<para/>
<para>The following services are monitored in a VR:</para>
<itemizedlist>
<listitem>
<para>DNS</para>
</listitem>
<listitem>
<para>DHCP</para>
</listitem>
<listitem>
<para>SSH</para>
</listitem>
<listitem>
<para>Apache Web Server</para>
</listitem>
<listitem>
<para>Load balancing service</para>
</listitem>
</itemizedlist>
<para>The following networks are supported:</para>
<itemizedlist>
<listitem>
<para>Isolated Networks</para>
</listitem>
<listitem>
<para>Shared Networks in Advanced zone</para>
</listitem>
<listitem>
<para>Shared Networks in Basic zone</para>
</listitem>
</itemizedlist>
<note>
<para>VPC networks are not supported.</para>
</note>
<para>This feature is supported on all the hypervisors.</para>
</section>