-
Most of the time, i got a few error messages with TLS handshake timeout like this
```
Error: Post https://api.uptimerobot.com/v2/getMonitors: net/http: TLS handshake timeout
Error: Post https://a…
-
I am facing this error sometimes during `terraform plan`.
```
Stack trace from the terraform-provider-uptimerobot plugin:
panic: interface conversion: interface {} is nil, not float64
goroutin…
-
This would run an example query every hour or so, and send out an e-mail or another notification if the query fails.
-
**Is your feature request related to a problem? Please describe.**
Give a proper error message, when the API key is missing
CLI Version: `Flowpipe v0.1.0`
```
$ flowpipe pipeline run uptimerobot…
-
For example:
```tf
resource "uptimerobot_monitor" "id783840372" {
friendly_name = "Galaxy for IslandCompare (AWS)"
```
results in
```
# uptimerobot_monitor.id783840372 will be updated i…
-
Hi there,
I've been trying to create a new Uptime monitor using the following YAML but I'm getting a validation error stating that the `httpAuthSecret` field is unknown.
My YAML:
```
apiVersi…
-
As suggested by The annotation `monitor.stakater.com/pingdom/resolution` can be abstracted into a general annotation such as `monitor.stakater.com/resolutionTime` as it can be used with premium servic…
-
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Feature request? | no
| Contao version | 4.4.1
| PHP version | 7.0
The APIv1 will be retired by 1 Oct 2017, …
-
I have created a Status Page on Uptime Robot and got the id of it by running `curl -d "api_key=MY_API_KEY" -X POST https://api.uptimerobot.com/v2/getPSPs` and used that ID in my EndpointMonitor
```
…