RETIRED, further work has moved to Debian project infrastructure
Go to file
2014-05-02 09:27:34 -06:00
debian Initial debian package setup. 2014-03-24 17:01:48 -06:00
monclient Added HP copyright and Apache 2.0 license header. Added HACKING.rst and LICENSE file. 2014-05-01 16:59:50 -06:00
tools metrics-create working 2014-03-20 11:20:04 -06:00
.gitignore Initial debian package setup. 2014-03-24 17:01:48 -06:00
.testr.conf Unit tests working 2014-03-24 15:00:41 -06:00
client_api_example.py Simplified exception handling by catching HTTPException 2014-05-01 10:40:36 -06:00
HACKING.rst Added HP copyright and Apache 2.0 license header. Added HACKING.rst and LICENSE file. 2014-05-01 16:59:50 -06:00
LICENSE Added HP copyright and Apache 2.0 license header. Added HACKING.rst and LICENSE file. 2014-05-01 16:59:50 -06:00
MANIFEST.in Unit tests working 2014-03-24 15:00:41 -06:00
openstack-common.conf Initial monclient files. Help, and versioning is working. 2014-03-17 16:15:44 -06:00
README.rst Notification create working 2014-03-26 15:50:45 -06:00
requirements.txt Initial monclient files. Help, and versioning is working. 2014-03-17 16:15:44 -06:00
run_tests.sh Unit tests working 2014-03-24 15:00:41 -06:00
setup.cfg Updated setup.cfg 2014-05-02 09:27:34 -06:00
setup.py Unit tests working 2014-03-24 15:00:41 -06:00
test-requirements.txt Notification create working 2014-03-26 15:50:45 -06:00
tox.ini list and show implemented for alarms and notifications 2014-04-02 16:25:44 -06:00

Python bindings to the Monitoring API

This is a client library for Monitoring built to interface to the Monitoring API. It provides a Python API (the monclient module) and a command-line tool (mon).