('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
$ git clone git@github.com:jnosal/tormon.git .
Install virtualenv
$ virtualenv env/ && source env/bin/activate
Install requirements
$ pip install -r requirements.txt
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
Go to localhost:8081 in your web browser to see self refreshing UI with meta information
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.1.tar.gz
(6.3 kB
view details)
File details
Details for the file tormon-0.0.1.tar.gz.
File metadata
- Download URL: tormon-0.0.1.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23589d935345fc164043206db861c7f4c11bdec57744c25df8a38fe1d7fc9324
|
|
| MD5 |
6b4675b9b25a247668fac4043d6c1d5b
|
|
| BLAKE2b-256 |
799d8e27e35a3b06791dde9376f5c471b12b383c37b71a8ea74f62bcb658d354
|