From 76672748331bd1c1c47095fdd77aba681aeebfcb Mon Sep 17 00:00:00 2001 From: Tovin Seven <vinhnt@vn.fujitsu.com> Date: Thu, 20 Oct 2016 10:25:56 +0700 Subject: [PATCH] Add details to config nagios GUI, re-indent lines TrivialFix Change-Id: Idde311968da72db909ca5a91b1d847b63bbb949a --- doc/source/vitrage-first_steps.rst | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/doc/source/vitrage-first_steps.rst b/doc/source/vitrage-first_steps.rst index 73a37edfa..f2333f14d 100644 --- a/doc/source/vitrage-first_steps.rst +++ b/doc/source/vitrage-first_steps.rst @@ -50,16 +50,27 @@ Setting up - Deploy several (3-5) instances on your devstack. Make sure that they are in state "Running" before continuing. - In your browser, go to the Nagios site you defined. If you used the - steps defined above, - - URL: *http://<IP>:54321/my_site/omd/*. + steps defined above: + + - URL: *http://<IP>:54321/my_site/omd/* - Select "Classic Nagios GUI" (other views are ok as well, the instructions - below on raising alarms are for this view) + below on raising alarms are for this view). If you do not see "Classic Nagios GUI", please do as following: + + .. code:: bash + + su - my_site + omd config + # Change GUI to Nagios + # Restart my_site + omd restart + - User/Password: omdadmin/omd - Set the "Memory Used" test to "Warning": + - Click on *Services --> Memory Used* - On the right pane, select "Submit passive check result for this service" - - For the "Check result" enter "Warning", and for "Check Output" enter - "High memory usage". Click *commit*, then *Done*. + - For the "Check result" enter "Warning" + - For "Check Output" enter "High memory usage". Click *commit*, then *Done*. - On the right pane, select "Stop accepting passive checks for this service" and then *Done*.