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
This commit is contained in:
Tovin Seven 2016-10-03 16:50:37 +07:00
parent 4170911950
commit 985cc1838f

View File

@ -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:
::