aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2022-01-28 06:24:31 +1000
committeronefang2022-01-28 06:24:31 +1000
commit58cbe969b7dd06b0b188dd6ae088fb0dafcd1f9e (patch)
treeea6cc813f542a938060454ba541eaf4287639207
parentInclude DNSRR: maybe in the DNSRR checks. (diff)
downloadapt-panopticon-58cbe969b7dd06b0b188dd6ae088fb0dafcd1f9e.zip
apt-panopticon-58cbe969b7dd06b0b188dd6ae088fb0dafcd1f9e.tar.gz
apt-panopticon-58cbe969b7dd06b0b188dd6ae088fb0dafcd1f9e.tar.bz2
apt-panopticon-58cbe969b7dd06b0b188dd6ae088fb0dafcd1f9e.tar.xz
Explain the new red question mark.
-rw-r--r--Report-web_3.html9
-rwxr-xr-xapt-panopticon-report-email-web.lua3
2 files changed, 8 insertions, 4 deletions
diff --git a/Report-web_3.html b/Report-web_3.html
index 6eac6f7..a1ca70d 100644
--- a/Report-web_3.html
+++ b/Report-web_3.html
@@ -7,9 +7,12 @@
7 <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> 7 <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>
8 <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> 8 <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>
9 <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> 9 <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>
10 <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. 10 <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>
11 &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>'. 11 <p> &nbsp; The IPs link to the testing log for that IP accessed via the DNS-RR.</p>
12 &nbsp; deb.devuan.org is the DNS-RR itself, so it doesn't get tested directly. 12 <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>',
13 if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>',
14 if it might be but still pending full testing, it is marked with '<font color='red'>&#x2753;</font>'.</p>
15 <p> &nbsp; deb.devuan.org is the DNS-RR itself, so it doesn't get tested directly.
13 </p> 16 </p>
14 <p>The time in the Updated column is how often the mirror updates itself.</p> 17 <p>The time in the Updated column is how often the mirror updates itself.</p>
15 <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> 18 <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>
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 2b29cdf..280e433 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -587,7 +587,8 @@ if nil == web then C("opening mirrors file - " .. e) else
587 APT.options.roundRobin.value .. " is the DNS round robin, which points to the mirrors that are part of the DNS-RR. &nbsp; " .. 587 APT.options.roundRobin.value .. " is the DNS round robin, which points to the mirrors that are part of the DNS-RR. &nbsp; " ..
588 "If an IP is part of the DNS-RR, it is marked with '<font color='purple'><b>DNS-RR</b></font>'," .. 588 "If an IP is part of the DNS-RR, it is marked with '<font color='purple'><b>DNS-RR</b></font>'," ..
589 " if it <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>&#x2705;</b></font>'," .. 589 " if it <a href='DNS-RR_good.txt'>should be</a> it is marked with '<font color='green'><b>&#x2705;</b></font>'," ..
590 " if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>'. &nbsp; " .. 590 " if it <a href='DNS-RR_bad.txt'>should not be</a> it is marked with '<font color='red'>&#x274c;</font>'," ..
591 " if it might be but still pending full testing, it is marked with '<font color='red'>&#x2753;</font>'. &nbsp; " ..
591 "<br>" .. 592 "<br>" ..
592 APT.options.referenceSite.value .. " is the master mirror, all the others copy files from it. &nbsp; " .. 593 APT.options.referenceSite.value .. " is the master mirror, all the others copy files from it. &nbsp; " ..
593 "</p>\n" 594 "</p>\n"