freshping mails me once when my site returns a 500.
I have my script do this :
$token = $content->accessToken ?? null;
if ($token === null)
{
echo "--- Token needs refreshing ---";
die();
}
Is there some service that mail me when the page shows only this ?
--- Token needs refreshing ---
I don’t want to write the code - Something like https://uptimerobot.com
I would think it much simpler and cheaper to “write the code”…
PS: Freshping is shutting down. So, you might need to look for something that will do both…
For tracking when a website is down, I am using https://updown.io/ .
Is there some good open-source script that I can implement as an alternative to freshping ?
entirely too broad of an ask.
Youre using a bit of code somewhere to check a website somewhere else.
So the bit of code could be in any language, running on any type of machine. Gonna need to tighten up the parameters of your query.
system
Closed
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.