aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2022-10-18 10:42:19 +1000
committeronefang2022-10-18 10:42:19 +1000
commite5d51a2cb305272c527b4b5a56a441700845ed21 (patch)
treec5ce5384120cdf779b5fbeb653efb475e29d4844
parentWork around broken DNS by trying again @9.9.9.11. (diff)
downloadapt-panopticon-e5d51a2cb305272c527b4b5a56a441700845ed21.zip
apt-panopticon-e5d51a2cb305272c527b4b5a56a441700845ed21.tar.gz
apt-panopticon-e5d51a2cb305272c527b4b5a56a441700845ed21.tar.bz2
apt-panopticon-e5d51a2cb305272c527b4b5a56a441700845ed21.tar.xz
Minor tweak to DNSRR output.
-rwxr-xr-xapt-panopticon-report-email-web.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 73fd0ac..2a13975 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -321,8 +321,8 @@ local makeTable = function(web, hosts)
321 week = '<td>&nbsp;' .. percentUp .. '% up</td><td>&nbsp;' .. percentUpdated .. '% updated</td>' 321 week = '<td>&nbsp;' .. percentUp .. '% up</td><td>&nbsp;' .. percentUpdated .. '% updated</td>'
322-- if ('100.00' ~= percentUp) or ('100.00' ~= percentUpdated) then inRR = "<font color='red'>&#x274c;</font>" end 322-- if ('100.00' ~= percentUp) or ('100.00' ~= percentUpdated) then inRR = "<font color='red'>&#x274c;</font>" end
323 end 323 end
324 if "yes" ~= hosts[k].DNSRR then inRR = " &nbsp; &nbsp; " end
324 if "maybe" == hosts[k].DNSRR then inRR = "<font color='red'>&#x2753;</font>" end 325 if "maybe" == hosts[k].DNSRR then inRR = "<font color='red'>&#x2753;</font>" end
325 if "no" == hosts[k].DNSRR then inRR = " &nbsp; &nbsp; " end
326 326
327 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. inRR .. " " .. dns .. 327 web:write("<td>" .. ftp .. "&nbsp;</td><td>" .. http .. "&nbsp;</td><td>" .. https .. "&nbsp;</td><td>" .. rsync .. "&nbsp;</td><td>" .. inRR .. " " .. dns ..
328 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. redirects .. "&nbsp;</td><td>" .. sanity .. "&nbsp;</td><td>" .. integrity .. "&nbsp;</td>" .. '<td>' .. rate .. 328 "&nbsp;</td><td>" .. protocol .. "&nbsp;</td><td>" .. redirects .. "&nbsp;</td><td>" .. sanity .. "&nbsp;</td><td>" .. integrity .. "&nbsp;</td>" .. '<td>' .. rate ..