Go to file
Van Hung Pham dbaee9daec Replace assertEquals with assertEqual
The method assertEquals has been deprecated since python 2.7.
http://docs.python.org/2/library/unittest.html#deprecated-aliases

Also in Python 3, a deprecated warning is raised when using assertEquals
therefore we should use assertEqual instead.

Change-Id: Iff74a21c0f26704a079303ac8db141f34a6ef256
2017-06-02 17:35:28 +07:00
2017-04-27 07:35:51 -05:00
2017-04-27 07:35:51 -05:00
2017-02-21 11:05:42 -05:00
2017-04-19 13:37:41 +00:00
2017-04-27 07:35:51 -05:00
2017-03-09 15:48:18 -06:00
2017-05-31 21:11:29 -05:00

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.
Description
Monitoring plugin framework for OpenStack clouds
Readme 468 KiB
Languages
Python 96.9%
Shell 2.9%
reStructuredText 0.2%