dotmatrix@mastodon.ftp.riptoSelf Hosted - Self-hosting your services.@lemmy.ml•[Question] Monitoring tool for Windows that doesn't user Docker and notifies through Telegram
1·
1 year agoYou’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.
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