mirror of
https://github.com/iv-org/instances-api.git
synced 2024-10-01 04:35:38 -04:00
use the new status page ID for updown.io
This commit is contained in:
parent
420ec3ea5d
commit
88bb7ecfaa
@ -32,7 +32,7 @@ spawn do
|
|||||||
loop do
|
loop do
|
||||||
monitors = [] of JSON::Any
|
monitors = [] of JSON::Any
|
||||||
begin
|
begin
|
||||||
client = HTTP::Client.new(URI.parse("https://updown.io/p/wqufo"))
|
client = HTTP::Client.new(URI.parse("https://updown.io/p/resvf"))
|
||||||
client.connect_timeout = 10.seconds
|
client.connect_timeout = 10.seconds
|
||||||
client.read_timeout = 10.seconds
|
client.read_timeout = 10.seconds
|
||||||
# Read only key for accessing the uptime checks
|
# Read only key for accessing the uptime checks
|
||||||
|
Loading…
Reference in New Issue
Block a user