Skip to main content

('Tornado based application monitor',)

Project description

Info

Tornado project which monitors urls provided. As for now it supports file based url reader and persist information in memory.

Manual

  1. Clone project

$ git clone git@github.com:jnosal/tormon.git .
  1. Install virtualenv

$ virtualenv env/ && source env/bin/activate
  1. Install requirements

$ pip install -r requirements.txt
  1. Run tormon providing path to file which has list of urls (each in separate line) to monitor:

$ python run.py --host=0.0.0.0 --port=8081 --filename=/tmp/urls.txt --debug=true
  1. Go to localhost:8081 in your web browser to see self refreshing UI with meta information

  2. Query api to get information:

$ curl http://localhost:8081/api/urls/
$ curl http://localhost:8081/api/stats/
$ curl http://localhost:8081/api/url/\?url\=<url>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tormon-0.0.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page