Skip to content

alemidev/upp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upp

Actions Status Actions Status Crates.io Version Crates.io Downloads (latest version) GitHub last commit GitHub commits since tagged version

batteries-included uptime monitor for your infrastructure

upp runs off a single binary, a configuration file (in toml) and an sqlite database (can be in memory or persisted on disk), and provides a daemon that tests configured routes while also serving a tiny API and web frontend.

it periodically makes requests to configured services, and tracks roundtrip time (or if no response was returned at all!). this data is then accessible using upp tiny builtin api, and can be viewed on the integrated webpage (served on service's /)

as an example, check out my instance on up.alemi.dev

goals

this aims to be super simple to use to glance at your stuff and help figuring out if there are issues. this doesn't aim to be an extensive monitoring solution for infrastructure, and while it can fit the role it isn't actively maintained against that use-case.

future features which would be nice to add are:

  • notifications on downtime
  • auto-cleanup of old samples
  • data exporters
  • full database engine to use mysql/psql
  • multi-protocol endpoint tester

About

batteries-included uptime monitor for your infra

Topics

Resources

Stars

Watchers

Forks