Skip to content

A monitoring tool to query REST API endpoints and log the result / latency

License

Notifications You must be signed in to change notification settings

kkirsche/restmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'