[doctor/master] Disable DocTor for dannenberg for now

commit 7914de0ad57c9e38defd10111072d30165f97de5 Author: Georg Koppen <gk@torproject.org> Date: Thu Jun 18 10:18:50 2020 +0000 Disable DocTor for dannenberg for now al asked for disabling DocTor checks as he shut down tor temporarily due to load issues and time to cope with them. --- consensus_health_checker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/consensus_health_checker.py b/consensus_health_checker.py index e56338f..4715c62 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -29,6 +29,7 @@ DIRECTORY_AUTHORITIES = stem.directory.Authority.from_cache() DIRAUTH_SKIP_CHECKS = ( 'tor26', # tor26 DirPort does not service requests without a .z suffix + 'dannenberg', # al asked for skipping the checks for now (2020-06-18) ) EMAIL_SUBJECT = 'Consensus issues'
participants (1)
-
gk@torproject.org