Provided by: masakari-monitors-common_9.0.0-0ubuntu0.20.04.2_all bug

NAME

       masakari-monitors - masakari-monitors

       Contents:

MASAKARI-MONITORS

   Monitors for Masakari
       Monitors  for  Masakari  provides  Virtual  Machine  High  Availability (VMHA) service for
       OpenStack clouds by automatically detecting the failure events such as  VM  process  down,
       provisioning  process  down,  and  nova-compute host failure.  If it detect the events, it
       sends notifications to the masakari-api.

       Original version of Masakari: https://github.com/ntt-sic/masakari

       Tokyo Summit Session: https://www.youtube.com/watch?v=BmjNKceW_9A

       Monitors for Masakari is distributed under the terms of the Apache License,  Version  2.0.
       The full terms and conditions of this license are detailed in the LICENSE file.

       • Free software: Apache license

       • Documentation: https://docs.openstack.org/masakari-monitors

       • Source: https://git.openstack.org/cgit/openstack/masakari-monitors

       • Bugs: https://bugs.launchpad.net/masakari-monitors

   Configure masakari-monitors
       1. Clone masakari using:

             $ git clone https://github.com/openstack/masakari-monitors.git

       2. Create masakarimonitors directory in /etc/.

       3. Run setup.py from masakari-monitors:

             $ sudo python setup.py install

       4. Copy  masakarimonitors.conf  and process_list.yaml files from masakari-monitors/etc/ to
          /etc/masakarimonitors folder and make necessary changes  to  the  masakarimonitors.conf
          and  process_list.yaml  files.   To generate the sample masakarimonitors.conf file, run
          the following command from the top level of the masakari-monitors directory:

             $ tox -egenconfig

       5. To  run  masakari-processmonitor,  masakari-hostmonitor  and   masakari-instancemonitor
          simply use following binary:

             $ masakari-processmonitor
             $ masakari-hostmonitor
             $ masakari-instancemonitor

   Features
       • TODO

INSTALLATION

       At the command line:

          $ pip install masakari-monitors

       Or, if you have virtualenvwrapper installed:

          $ mkvirtualenv masakari-monitors
          $ pip install masakari-monitors

USAGE

       To use masakari-monitors in a project:

          import masakarimonitors

CONTRIBUTING

       If you would like to contribute to the development of OpenStack, you must follow the steps
       in this page:
          http://docs.openstack.org/infra/manual/developers.html

       If you already have a good understanding of  how  the  system  works  and  your  OpenStack
       accounts  are  set  up,  you  can  skip  to  the  development  workflow  section  of  this
       documentation to learn how changes to OpenStack should be submitted  for  review  via  the
       Gerrit tool:
          http://docs.openstack.org/infra/manual/developers.html#development-workflow

       Pull requests submitted through GitHub will be ignored.

       Bugs should be filed on Launchpad, not GitHub:
          https://bugs.launchpad.net/masakari-monitors

       • genindex

       • modindex

       • search

COPYRIGHT

       2022, OpenStack Foundation

                                           Nov 21, 2022                      MASAKARI-MONITORS(1)