Hi,
I was trying to monitor Google page (www.google.com) using HeartBeat. This is how my output is. It says that google is down .
Output :
"error" : {
"message" : "lookup www.google.com: getaddrinfow: This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.",
"type" : "io"
},
Here is my config
- type: http
urls:
- "https://www.google.com/"
schedule: '@every 10s'
timeout: 10s
How to resolve this ?