Monitoring plugin framework for OpenStack clouds
Go to file
lei zhang 1224e4a2ae Fix the incorrect git.openstack.org source URL
Docs that do not locate in doc/source directoy, after clicking the
bug report button of the docs.o.o pages, the pre-filled information
contains a incorrect git.openstack.org source URL. According to
openstackdocstheme[1], we should set "giturl" option in the "conf.py"
file of these docs.

[1]https://github.com/openstack/openstackdocstheme/blob/master/openstackdocstheme/__init__.py#L104

Change-Id: Id488f46922985663d86d43302dd0d431d94bcf7f
Related-Bug: #1732630
2018-01-09 07:52:15 +00:00
doc Revert "Switch from oslosphinx to openstackdocstheme" 2017-07-02 10:56:09 +02:00
etc Default insecure to false in sample config 2017-06-23 12:24:11 -04:00
monitorstack Remove setting of version/release from releasenotes 2017-11-17 11:01:36 +01:00
releasenotes Fix the incorrect git.openstack.org source URL 2018-01-09 07:52:15 +00:00
tests Default insecure to false in sample config 2017-06-23 12:24:11 -04:00
.coveragerc Add Cinder block pool metrics (#25) 2017-03-19 15:31:46 -05:00
.gitignore More complete testing of the os plugins/utils (#24) 2017-03-14 11:34:10 -05:00
.gitreview Implement OpenStack gate for monitorstack 2017-03-24 11:55:09 -05:00
.travis.yml Add Python 3.5 for Travis tests (#9) 2017-03-09 10:46:31 -06:00
LICENSE Initial commit 2017-02-21 11:05:42 -05:00
README.rst Update README 2017-04-19 13:37:41 +00:00
codecov.yml Added VM instances used and quotas (#6) 2017-03-09 09:48:17 -06:00
requirements.txt Add memcache plugin 2017-04-27 07:35:51 -05:00
setup.cfg Remove support for py34 2017-06-08 03:09:39 +00:00
setup.py Add PEP257 checks (#15) 2017-03-09 15:48:18 -06:00
test-requirements.txt Remove setting of version/release from releasenotes 2017-11-17 11:01:36 +01:00
tox.ini Remove support for py33 2017-06-23 16:06:39 +07:00

README.rst

monitorstack text

Status:
Travis-CI Build Status Coverage Status

The monitorstack project provides a framework for writing monitoring plugins that output data in various formats for different monitoring systems. Developers can quickly add new monitoring plugins (along with tests) without worrying about how to format the data.

For more details, including how to install/configure, a usage guide, and a developer guide, review the monitorstack documentation.

Requirements

Python 2.7 or higher is required for monitorstack.

Each commit is tested against Python 2.7, 3.3, 3.4, 3.5, and pypy.

License

Apache 2.0

Community

The monitorstack project is managed by the OpenStack-Ansible community, but it can be used with or without OpenStack-Ansible.

Contact information:

  • #openstack-ansible on Freenode IRC
  • Launchpad Bugs
  • Send email to openstack-dev@lists.openstack.org with [openstack-ansible][monitorstack] in the subject line.