documentation, to make things more realistic

master
Steve L. Nyemba 8 years ago
parent 10c6a911d8
commit 43b93abd54

@ -0,0 +1,7 @@
click==6.6
Flask==0.11.1
itsdangerous==0.24
Jinja2==2.8
MarkupSafe==0.23
Werkzeug==0.11.11
wheel==0.24.0

@ -1,4 +1,12 @@
"""
This is a RESTful interface implemented using Flask micro framework.
The API is driven by configuration that is organized in terms of the monitoring classes
We designed the classes to be reusable (and powered by labels):
'monitoring-type':
'class':'<class-name>'
'config':<labeled-class-specific-configuration>'
"""
from flask import Flask,request
import sys
import os

Loading…
Cancel
Save