Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add documentation for custom port monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault authored May 15, 2019
1 parent b7229be commit e9638b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ resource "uptimerobot_monitor" "main" {
}
}
resource "uptimerobot_monitor" "custom_port" {
url = "doe.john.me"
type = "port"
sub_type = "custom"
port = 5678
friendly_name = "Custom port"
}
resource "uptimerobot_status_page" "main" {
friendly_name = "My Status Page"
custom_domain = "status.example.com"
Expand Down

0 comments on commit e9638b2

Please sign in to comment.