this post was submitted on 23 Jun 2023
2 points (100.0% liked)

Self Hosted - Self-hosting your services.

11230 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] tarius@lemmy.ml 1 points 1 year ago

It looks like Prowlarr health checks doesn't cover downstream apps: https://wiki.servarr.com/prowlarr/system#health

I have all the *Arrs currently notifying Telegram with their own notification systems. The problem I am trying to solve is, what if the application itself goes down. I am also looking for something that monitors more than *Arr apps.

For ex: Prowlarr application(exe) somehow gets killed. Then Prowlarr itself cant send notifications with its built in system, right? So, something external needs to monitor either the exe(process) or the webpage(HTTP request) or the port that can then send the notification that Prowlarr is down or not responding.

I hope this explains the issue better.