Categorygithub.com/qbart/ohdeer
modulepackage
0.2.0
Repository: https://github.com/qbart/ohdeer.git
Documentation: pkg.go.dev

# README

Oh! Deer!

LICENSE Language Go Report Card Last commit

Example config

tls {
    bind_address  = ":1820"
    tls_cert_file = ""
    tls_key_file  = ""
}

monitor "aws:eu-west-1" {
  name = "AWS Europe"

  service "api" {
    name = "API"

    http {
      addr     = "https://ohdeer.dev"
      interval = 5
      timeout  = 10

      expect "status" {
        in = [200]
      }
    }
  }
}

# Packages

No description provided by the author
No description provided by the author
No description provided by the author