Browse Source

Explain the new red question mark.

master
onefang 2 years ago
parent
commit
58cbe969b7
  1. 9
      Report-web_3.html
  2. 3
      apt-panopticon-report-email-web.lua

9
Report-web_3.html

@ -7,9 +7,12 @@
<p><font color='aqua'><b>TIMEOUT</b></font> or <font color='blue'><b>TIMEOUT</b></font> means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p>
<p>NOTE: timeouts may be due to a problem on the testing computer, it might be busy with other things, or be having it's own network problems.</p>
<p>NOTE: the speed of the server this checking script is running on might be wildly exaggerated, it doesn't have to go through the Internet to download from itself.</p>
<p>The DNS round robin (DNS-RR) column shows the IPs for that mirror, or <font color='grey'><b>no</b></font> if it isn't part of the DNS-RR. &nbsp; The IPs link to the testing log for that IP accessed via the DNS-RR.
&nbsp; If a mirror <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>&#x2705;</b></font>', if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>'.
&nbsp; deb.devuan.org is the DNS-RR itself, so it doesn't get tested directly.
<p>The DNS round robin (DNS-RR) column shows the IPs for that mirror, or <font color='grey'><b>no</b></font> if it isn't part of the DNS-RR.</p>
<p> &nbsp; The IPs link to the testing log for that IP accessed via the DNS-RR.</p>
<p> &nbsp; If a mirror <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>&#x2705;</b></font>',
if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>',
if it might be but still pending full testing, it is marked with '<font color='red'>&#x2753;</font>'.</p>
<p> &nbsp; deb.devuan.org is the DNS-RR itself, so it doesn't get tested directly.
</p>
<p>The time in the Updated column is how often the mirror updates itself.</p>
<p>Mirrors with a <font style='background-color:dimgrey'>grey background</font> are not active (though may be usable as part of the DNS-RR).</p>

3
apt-panopticon-report-email-web.lua

@ -587,7 +587,8 @@ if nil == web then C("opening mirrors file - " .. e) else
APT.options.roundRobin.value .. " is the DNS round robin, which points to the mirrors that are part of the DNS-RR. &nbsp; " ..
"If an IP is part of the DNS-RR, it is marked with '<font color='purple'><b>DNS-RR</b></font>'," ..
" if it <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>&#x2705;</b></font>'," ..
" if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>'. &nbsp; " ..
" if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>'," ..
" if it might be but still pending full testing, it is marked with '<font color='red'>&#x2753;</font>'. &nbsp; " ..
"<br>" ..
APT.options.referenceSite.value .. " is the master mirror, all the others copy files from it. &nbsp; " ..
"</p>\n"

Loading…
Cancel
Save