Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.07 KB

uptrack.md

File metadata and controls

40 lines (27 loc) · 1.07 KB

uptrack

track down your uptime

Synopsis

uptrack is a service to steadily check the uptime of your HTTP services. You define Jobs (UpJobs/DNSJobs), consisting of checks currently available checks are:

For UpJobs:

  • Connection to given url possible
  • Tme to certification expiry
  • Time to connect
  • Time to first byte
  • Request time
  • Received bytes

For DNSJobs

  • Ratio of found ips

Find a fully filled job configuration here: Jobs configuration

Options

  -h, --help                    help for uptrack
      --log-json                if to log using json format
      --uptrack-config string   Configuration file for uptrack application  (default "config/uptrack.yaml")
  -v, --verbosity int           verbosity level to use

SEE ALSO