notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

UptimeKuma.md (584B)


      1 # Uptime Kuma
      2 
      3 **Source:** [https://github.com/louislam/uptime-kuma](https://github.com/louislam/uptime-kuma)
      4 
      5 ## Specifics
      6 
      7 Uptime Kuma is a NodeJS-based, self-hostable, uptime monitoring tool. Its popularity likely stems from its modern UI, ease of deployment, and acceptable performance characteristic, in spite of using NodeJS.
      8 
      9 With Uptime Kuma you specify monitors that query specific URLs with curl like configuration options. The uptime of a service is dictated by the returned status code. Additionally, monitors are configured with a heartbeat interval and request timeout.