Monitoring and notification tools for Masakari
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
OpenStack Release Bot 4aa998d492 Update master for stable/2023.1
Add file to the reno documentation build to show release notes for
stable/2023.1.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.1.

Sem-Ver: feature
Change-Id: I1c2ebb1beeebc2b764fa242bcc76452af371ab48
3 months ago
doc Fix typo 1 year ago
etc/masakarimonitors host monitor by consul 1 year ago
masakarimonitors not retry to send notification for specific http exception 5 months ago
releasenotes Update master for stable/2023.1 3 months ago
.coveragerc Initial Cookiecutter Commit. 7 years ago
.gitignore [doc] Add config reference guide 2 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Initial Cookiecutter Commit. 7 years ago
.stestr.conf Switch to using stestr 4 years ago
.yamllint Use some better linting 2 years ago
.zuul.yaml [CI] Move queue setting to project level 9 months ago
CONTRIBUTING.rst [community goal] Update contributor documentation 2 years ago
HACKING.rst Use LOG.warning instead of deprecated LOG.warn 1 year ago
LICENSE Initial Cookiecutter Commit. 7 years ago
MANIFEST.in Initial Cookiecutter Commit. 7 years ago
README.rst Update and replace http with https for doc links 3 years ago
bindep.txt Use pre-provided libvirt-python 2 years ago
requirements.txt Merge "host monitor by consul" 1 year ago
setup.cfg Update python testing as per zed cycle testing runtime 1 year ago
setup.py Cleanup py27 support 3 years ago
test-requirements.txt CI: Fix issue with absent stestr 1 year ago
tox.ini Fix tox4 issues 5 months ago

README.rst

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.

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