https://github.com/bbengfort/sonar
A small, lightweight uptime app - pings an endpoint and saves data about response
https://github.com/bbengfort/sonar
Last synced: over 1 year ago
JSON representation
A small, lightweight uptime app - pings an endpoint and saves data about response
- Host: GitHub
- URL: https://github.com/bbengfort/sonar
- Owner: bbengfort
- License: apache-2.0
- Created: 2015-03-05T04:45:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-05T06:09:05.000Z (over 11 years ago)
- Last Synced: 2025-02-08T17:45:53.221Z (over 1 year ago)
- Language: Python
- Size: 519 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sonar
[](https://waffle.io/bbengfort/sonar) [](https://travis-ci.org/bbengfort/sonar)
**A small, lightweight uptime app - pings an endpoint and saves data about response**
[](https://flic.kr/p/48Uty1)
## About
This app was built around a very simple problem - I need to be able to check an endpoint routinely (say every 5 minutes) and see if the app is running and what the latency is. This should be very easy to do right? Well there are services that charge an arm and a leg for this task; but my app is a simple one - can't I just run it on my Macbook Pro? Here is the result of an hour or so of me putting this together.
### Attribution
The image used in this README, [Sonar Guts](https://flic.kr/p/48Uty1) by [Tim Williams](https://www.flickr.com/photos/timmythesuk/) is licensed under [CC BY-NC-SA 2.0](https://creativecommons.org/licenses/by-nc-sa/2.0/)