Bas Grolleman’s Blog

Place where I put my written thoughts, though I usually just make video’s these days

Sending Uptimerobot notifications to pushover

I wanted to use Pushover with Uptimerobot, as it’s a much nicer way to be notified about site issues then email. Unfortunately, Uptimerobot only supports GET requests and pushover needs POST requests.So to fix that I wrote a small PHP script that I loaded on my...