cloudflare/pint

Public

mirrored from https://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7a9ff13d3249cd5dfd2267f53ea524f6b5e18c39

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

docs/examples/simple.hcl

7lines · modecode

1# This is a simplified config that only uses a single Prometheus
2# server for all checks.
3
4prometheus "prod" {
5 uri = "https://prod.example.com"
6 timeout = "1m"
7}
8