[tor-bugs] #13210 [DocTor]: Run the dr check at the earliest convenience

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Sep 28 19:22:47 UTC 2014


#13210: Run the dr check at the earliest convenience
---------------------------+--------------------
     Reporter:  Sebastian  |      Owner:  atagar
         Type:  defect     |     Status:  closed
     Priority:  normal     |  Milestone:
    Component:  DocTor     |    Version:
   Resolution:  fixed      |   Keywords:
Actual Points:             |  Parent ID:
       Points:             |
---------------------------+--------------------
Changes (by atagar):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Hi Sebastian, sorry about the delay. Changed the crontab from...

 {{{
 # doctor
 5 * * * * /srv/doctor.torproject.org/doctor/descriptor_checker.py
 25 * * * * /srv/doctor.torproject.org/doctor/sybil_checker.py
 45 * * * * /srv/doctor.torproject.org/doctor/consensus_health_checker.py
 }}}

 ... to...

 {{{
 # doctor
 5 * * * * /srv/doctor.torproject.org/doctor/consensus_health_checker.py
 25 * * * * /srv/doctor.torproject.org/doctor/sybil_checker.py
 45 * * * * /srv/doctor.torproject.org/doctor/descriptor_checker.py
 }}}

 The consensus_health_checker.py is what you want (that's the DocTor
 checks). Sybil checker is self explanatory, and descriptor_checker.py
 validates that the authorities aren't publishing malformed descriptor
 content and is just sent to me.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13210#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list