Or, like me, you can run your own monitoring service: https://github.com/louislam/uptime-kuma
docker-compose.yml content: ``` version: '3.8' services: uptime-kuma: image: louislam/uptime-kuma:latest container_name: uptime-kuma volumes: - uptime-kuma:/app/data ports: - "3001:3001" # <Host Port>:<Container Port> restart: always volumes: uptime-kuma: ``` On 2/4/2024 4:33 PM, mail--- via tor-relays wrote: > Hi, > > > Is there a way to be notified when a relay goes offline? Thanks. > > For a few relays you could make an account on weather.torproject.org > and add your email address and relays. But pretty much any other > remote monitoring tool will suffice as well. > > Cheers, > > tornth > > > Feb 4, 2024, 22:30 by [email protected]: > > Hi, > > So my relay at > > https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B1E74372861D > > went offline for a few days, and I was unaware. Is there a way to > be notified when a relay goes offline? Thanks. > --Keifer > > > > _______________________________________________ > tor-relays mailing list > [email protected] > https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays _______________________________________________ tor-relays mailing list [email protected] https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays
