commit 890e69dfe951211d955ef1875fb1f93babdf99c4 Author: Damian Johnson atagar@torproject.org Date: Tue Mar 17 14:05:04 2020 -0700
Send relay check notifications to me
Oops! Georg shouldn't get these notifications. This script is a health check for my personal relay. --- relay_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/relay_check.py b/relay_check.py index 9479022..c9e4878 100755 --- a/relay_check.py +++ b/relay_check.py @@ -21,7 +21,7 @@ RELAY_OR_PORT = 1443 RELAY_NAME = 'caersidi' RELAY_FINGERPRINT = '3BB34C63072D9D10E836EE42968713F7B9325F66'
-EMAIL_ADDRESS = 'gk@torproject.org' +EMAIL_ADDRESS = 'atagar@torproject.org' RELAY_LINK = 'https://metrics.torproject.org/rs.html#details/%s' % RELAY_FINGERPRINT