[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #13210 [DocTor]: Run the dr check at the earliest convenience
#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs