https://github.com/bzon/uptime
https://github.com/bzon/uptime
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bzon/uptime
- Owner: bzon
- Created: 2019-08-24T23:04:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-24T23:08:36.000Z (almost 7 years ago)
- Last Synced: 2023-03-12T08:29:10.009Z (over 3 years ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## uptime
A simple uptime program that checks targets and expose the result as a prometheus metrics.
Example metrics.
```txt
uptime_ops_total{address="https://www.google.com",status="200",success="true"}
```