I am looking to monitor *arr services that can send notifications to Telegram. Are there any web service monitoring solutions that can be installed on Windows and not installed using Docker?
I checked through awesome-selfhosted and awesome-sysadmin repos and couldn’t find one. All the ones I saw were either for Linux or container based.
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.