Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```