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
Clone project
$ pip install tormon
Run tormon providing path to file which has list of urls (each in separate line) to monitor:
$ tor-mon --host=0.0.0.0 --port=8081 --filename=/tmp/urls.txt --debug=true
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
Release history Release notifications | RSS feed
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.11.tar.gz
(6.1 kB
view hashes)