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: 4 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T17:10:30.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T03:03:27.924Z (5 months 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'
```