You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by an...@apache.org on 2020/01/19 16:43:55 UTC

[cloudstack-documentation] branch service-monitoring-script-update created (now bed8e04)

This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a change to branch service-monitoring-script-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git.


      at bed8e04  [WIP] updates to service monitoring script

This branch includes the following new commits:

     new bed8e04  [WIP] updates to service monitoring script

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[cloudstack-documentation] 01/01: [WIP] updates to service monitoring script

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch service-monitoring-script-update
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit bed8e04d80185a879e334a7d787264a549873a1d
Author: Andrija Panic <45...@users.noreply.github.com>
AuthorDate: Sun Jan 19 17:43:49 2020 +0100

    [WIP] updates to service monitoring script
---
 source/adminguide/systemvm.rst | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/source/adminguide/systemvm.rst b/source/adminguide/systemvm.rst
index 4c3da98..c9837eb 100644
--- a/source/adminguide/systemvm.rst
+++ b/source/adminguide/systemvm.rst
@@ -389,13 +389,13 @@ an unexpected reason. For example:
 
 The following services are monitored in a VR:
 
--  DNS
+-  DNS (dnsmasq)
 
--  HA Proxy
+-  HAProxy (haproxy)
 
--  SSH
+-  SSH (sshd)
 
--  Apache Web Server
+-  Apache Web Server (apache2)
 
 The following networks are supported:
 
@@ -403,11 +403,17 @@ The following networks are supported:
 
 -  Shared Networks in both Advanced and Basic zone
 
-   .. note:: VPC networks are not supported
+-  VPC (as of CloudStack 4.14)
 
 This feature is supported on the following hypervisors: XenServer,
 VMware, and KVM.
 
+Log file /var/log/routerServiceMonitor.log contains the actions undertaken/attempted by the service monitoring script (i.e. trying to restart a stopped service).
+
+As of CloudStack 4.14, the internval at which the service monitoring script runs is no more hardcoded to 3 minutes???, but is instead controlled via global setting router.health.checks.basic.interval and/or ??? router.health.checks.advanced.interval?
+@anurag to advise/correct please
+
+
 
 Enhanced Upgrade for Virtual Routers
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~