Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
doctor
Commits
0cefbcce
Unverified
Commit
0cefbcce
authored
May 26, 2020
by
Georg Koppen
Browse files
Bug 34312: Swap teor with dgoulet for notifications
parent
282c7e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
fallback_directories.py
View file @
0cefbcce
#!/usr/bin/env python
# Copyright 2016-20
19
, Damian Johnson and The Tor Project
# Copyright 2016-20
20
, Damian Johnson and The Tor Project
# See LICENSE for licensing information
"""
...
...
@@ -17,7 +17,7 @@ import util
log
=
util
.
get_logger
(
'fallback_directories'
)
NOTIFICATION_THRESHOLD
=
25
# send notice if this percentage of fallbacks are unusable
TO_ADDRESSES
=
[
'tor-consensus-health@lists.torproject.org'
,
'
teor
@torproject.org'
,
'nickm@torproject.org'
,
'gus@torproject.org'
]
TO_ADDRESSES
=
[
'tor-consensus-health@lists.torproject.org'
,
'
dgoulet
@torproject.org'
,
'nickm@torproject.org'
,
'gus@torproject.org'
]
EMAIL_SUBJECT
=
'Fallback Directory Summary (%i/%i, %i%%)'
SYNOPSIS
=
'%i/%i (%i%%) fallback directories have become slow or unresponsive...'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment