aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-10 15:49:01 +1000
committeronefang2019-12-10 15:49:01 +1000
commitaa916bc92a8a239c30b03bac06a0f0fc468a846b (patch)
tree8622a77832d232f8b275a92964fc67d4940eadd4 /apt-panopticon-report-email-web.lua
parentAdd RRD data collection, and a speed graph. (diff)
downloadapt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.zip
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.gz
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.bz2
apt-panopticon-aa916bc92a8a239c30b03bac06a0f0fc468a846b.tar.xz
Add stuff needed for those detailed graphs using apt-panopticon_cgp.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 7d4b0fc..154aa99 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -429,8 +429,9 @@ if nil == web then C("opening mirrors file - " .. e) else
429 "pkgmaster.devuan.org is the master mirror, all the others sync to it.   " .. 429 "pkgmaster.devuan.org is the master mirror, all the others sync to it.   " ..
430 "</p>\n" 430 "</p>\n"
431 ) 431 )
432 web:write( "\n<br>\n<hr>\n\n" ..
433 web:write(APT.dumpTableHTML(m, "", "")) 432 web:write(APT.dumpTableHTML(m, "", ""))
433 web:write( "\n<br>\n<br>\n<h2>==== Graphs: ====</h2>\n" ..
434 "<img src='speed.png'>\n<br>\n<p><a href='../apt-panopticon_cgp/'>More graphs.</a></p><hr>\n\n" ..
434 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 435 "<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
435 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 436 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..
436 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" .. 437 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" ..