Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkirsche/restmon
A monitoring tool to query REST API endpoints and log the result / latency
https://github.com/kkirsche/restmon
dns latency monitoring rest-api
Last synced: about 1 month ago
JSON representation
A monitoring tool to query REST API endpoints and log the result / latency
- Host: GitHub
- URL: https://github.com/kkirsche/restmon
- Owner: kkirsche
- License: bsd-3-clause
- Created: 2017-09-11T12:17:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T17:10:30.000Z (over 7 years ago)
- Last Synced: 2024-11-11T15:50:44.897Z (about 1 month ago)
- Topics: dns, latency, monitoring, rest-api
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RESTmon
A monitoring tool to query REST API endpoints and log the result / latency
## Installation
```
pip install -U restmon
```## Usage
```
#!/bin/sh/usr/bin/restmon --dns -p password -u user -b http://service_url -e 'api/health1' 'api/health2'
```