dotmatrix

joined 2 years ago
[โ€“] dotmatrix@mastodon.ftp.rip 2 points 1 year ago* (last edited 1 year ago) (2 children)

https://healthchecks.io/

You'll have to write some kind of script that does the checking (I'd use curl to check the HTTP response code), healthchecks.io then handles the notifications.

Edit: Just an example of how such a script might look (haven't tested it, but I do something similar in linux). You can let the task scheduler run it every few minutes: https://pastebin.com/rY0FPpgk

[โ€“] dotmatrix@mastodon.ftp.rip 1 points 1 year ago* (last edited 1 year ago)

https://healthchecks.io/

You'll have to write some kind of script that does the checking (I'd use curl to check the HTTP response code), healthchecks.io then handles the notifications.