Simple tools for pinging a list of websites.
wrecon --config ./sites.json
This will print the result in your console.
{
"sites": [
{
"name": "Example!",
"address": "http://example.com"
},
{
"address": "https://google.com"
}
]
}
Use flag interval
wrecon --config ./sites.json --interval 30s
This will ping your sites every 30 seconds until you quit the program.