From 985cc1838f1e9038892493ae27d6434a8dac08c1 Mon Sep 17 00:00:00 2001 From: Tovin Seven Date: Mon, 3 Oct 2016 16:50:37 +0700 Subject: [PATCH] Add notice to nagios devstack installation Install devstack with vitrage before install nagios via omd to avoid apache2 pid issue. Reason: - omd manages apache2 by itself - horizon and keystone are sites of apache2 - stop apache2 via service will fail beacause of omd When using devstack, remember to stop omd apache2's sites Change-Id: If8c1dd9dfcb5ff7819db10c1cfa3d67c021a2feb Closes-Bug: #1629811 --- doc/source/nagios-devstack-installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/nagios-devstack-installation.rst b/doc/source/nagios-devstack-installation.rst index 08ab68ee1..03b95d3f5 100644 --- a/doc/source/nagios-devstack-installation.rst +++ b/doc/source/nagios-devstack-installation.rst @@ -13,6 +13,14 @@ datasource for Vitrage. The following guide is for Ubuntu. With slight modifications it should work for other linux flavours. Links for this purpose are added below. + +Prerequisites +------------ +Install devstack with vitrage before install Nagios via OMD due to this issue_ + +.. _issue: https://bugs.launchpad.net/vitrage/+bug/1629811 + + Installation ------------ @@ -56,6 +64,7 @@ Installation - *APACHE_TCP_ADDR* indicates the address to listen on. Use 0.0.0.0 to listen for all traffic addressed to the specified port. Use a different address to listen on a specific (public) address. + - When using devstack, remember to stop omd apache2's sites 5. Install the Check_MK agent on devstack VM: ::