Does "not in consensus: <dirauths>" mean that <dirauths> did not vote BadExit for the relay in question?
If so, did they vote for the relay at all?
Looking at https://consensus-health.torproject.org/ for the 2016-02-24 07:00:00 consensus it seems all five vote badexit for the same 7 relays.
Hi Linus. Yup, "not in consensus" means the later (that this relay wasn't in their consensus at all). Here's this particular check...
https://gitweb.torproject.org/doctor.git/tree/consensus_health_checker.py#n6...
This was a single one-off alert so I suspect this is a relay that joined the network then immediately disappeared. We get a lot of churn so I should probably modify this DocTor check to only notify once relays have a little uptime.
Cheers! -Damian