Way to be notified when relay goes offline?

Hi, So my relay at https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B... went offline for a few days, and I was unaware. Is there a way to be notified when a relay goes offline? Thanks. --Keifer

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 keifer.bly@gmail.com:
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

Does Tor Weather work with bridges? I have 2 bridges that have been operating for years and it says the fingerprints do not match any relays. I have been using Uptime Robot, but it would be cool to use Tor Weather. On Sunday, February 4th, 2024 at 21:33, mail--- via tor-relays <tor-relays@lists.torproject.org> 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 keifer.bly@gmail.com:
Hi,
So my relay at https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B... went offline for a few days, and I was unaware. Is there a way to be notified when a relay goes offline? Thanks. --Keifer

Josh Lawson via tor-relays:
Does Tor Weather work with bridges? I have 2 bridges that have been operating for years and it says the fingerprints do not match any relays.
I have been using Uptime Robot, but it would be cool to use Tor Weather.
Right now, Tor Weather does not work for bridges. But the good news is we have fixed that in our development code and there is a pending release scheduled for later this month which will allow you to get notifications for your bridges (among other things). Thus, stay tuned. :) Georg
On Sunday, February 4th, 2024 at 21:33, mail--- via tor-relays <tor-relays@lists.torproject.org> 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 keifer.bly@gmail.com:
Hi,
So my relay at https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B... 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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

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 keifer.bly@gmail.com:
Hi,
So my relay at https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B... 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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

Thanks for the responses all. --Keifer On Sun, Feb 4, 2024 at 9:19 PM Chris Enkidu-6 <tor@wcbsecurity.com> wrote:
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 keifer.bly@gmail.com:
Hi,
So my relay at
https://metrics.torproject.org/rs.html#details/79E3B585803DE805CCBC00C1EF36B...
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 tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

Hi, I have been looking too far and for too long on solving multiple imstances / nodes per ONE IPv4, and found only outdated problems unwell built. Please when you have a bash sript / receipe, I would welcome that. Hardening options would be very welcome too. C.

You can have 2 separate relays on the same IPv4 address. Are you running into issues? On Wednesday, February 7th, 2024 at 16:41, eff_03675549@posteo.se <eff_03675549@posteo.se> wrote:
Hi,
I have been looking too far and for too long on solving multiple imstances / nodes per ONE IPv4, and found only outdated problems unwell built.
Please when you have a bash sript / receipe, I would welcome that.
Hardening options would be very welcome too.
C. _______________________________________________ tor-relays mailing list tor-relays@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays

On 09/02/2024 00:48, admin--- via tor-relays wrote:
You can have 2 separate relays on the same IPv4 address. Are you running into issues?
It has been increased to 4 and then to 8 tor instances per IP address: https://forum.torproject.org/t/tor-relays-8-relays-pers-ip-address-are-allow... Corl3ss

Is there a way to be notified when a relay goes offline? Hello,
If your relay is running as a systemd service, you may add any action to ExecStopPost.⁽¹⁾ That includes sending an email or any other means of notification. Cheers ____ ⁽¹⁾ https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html...

On Samstag, 3. Februar 2024 19:10:39 CET Keifer Bly wrote:
Is there a way to be notified when a relay goes offline? You've asked that months before and the service is still the same ;-)
https://weather.torproject.org/login -- ╰_╯ Ciao Marco! Debian GNU/Linux It's free software and it gives you freedom!
participants (10)
-
admin@likogan.dev
-
boldsuck
-
Chris Enkidu-6
-
Corl3ss
-
eff_03675549@posteo.se
-
Georg Koppen
-
Josh Lawson
-
Keifer Bly
-
mail@nothingtohide.nl
-
mpan