aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Use --connect-to properly.onefang2019-11-231-2/+2
|
* Add a warning about large error / warning counts.onefang2019-11-142-2/+6
|
* Clean up.onefang2019-11-141-1/+1
|
* Oops--onefang2019-11-131-1/+1
|
* Count the errors / warnings in the log files, and mention them on the web page.onefang2019-11-131-43/+56
|
* Also make links for top level logs.onefang2019-11-131-1/+8
|
* Protect command listing in log files.onefang2019-11-131-2/+2
|
* Some more sprucing up of the email and web reports.onefang2019-11-132-5/+12
|
* Polish the web page a bit.onefang2019-11-131-10/+14
|
* Actually show the IPv6 logs.onefang2019-11-131-2/+2
| | | | | Didn't need to tave [IPv6] in the log file names after all, or anywhere else.
* Clean up the reports, and merge the DNS report into the web report.onefang2019-11-133-161/+80
| | | | | | | | Include links to the logs. Tweak the colours a little. Put the results into a table, for better readability.
* HTMLize the logs.onefang2019-11-131-5/+26
|
* Clean up a nil issue.onefang2019-11-131-0/+3
|
* Make the email and web reports similar, reporting the same tests.onefang2019-11-132-16/+33
|
* Rewrite execute(), and also write a fork(). Now execute() properly returns ↵onefang2019-11-121-24/+37
| | | | the status.
* Reduce the timeout to 15 seconds.onefang2019-11-121-1/+1
|
* Hide the cat and rm errors, though we probably should log them instead.onefang2019-11-121-2/+2
|
* Rewrite the lua-sec checks using command line curl instead.onefang2019-11-122-31/+76
| | | | Works better with SNI.
* Move the execute function to near the checkExes function.onefang2019-11-121-5/+5
|
* Oops, wrong quote mark.onefang2019-11-061-1/+1
|
* Add my preferred web colours.onefang2019-11-061-1/+1
|
* Add a web page output generator.onefang2019-11-061-0/+200
|
* Not being able to open lua resalts files for the output generators isn't ↵onefang2019-11-061-1/+1
| | | | critical.
* Don't run report generators in the background.onefang2019-11-061-1/+1
|
* Clear out more stuff on startup.onefang2019-11-061-1/+5
|
* Disable Prometheus output.onefang2019-11-061-1/+1
|
* Add the email report.onefang2019-11-061-0/+186
|
* Another attempt to tame timeouts.onefang2019-11-051-7/+9
|
* Tidy up some loose ends with "test name and host included on log lines".onefang2019-11-051-11/+18
|
* Don't stick a _ at the end of the results file name for the no IP case.onefang2019-11-051-1/+3
|
* Make DNS report prettier.onefang2019-11-051-5/+5
|
* Less dumb DNS report.onefang2019-11-051-23/+29
|
* Generic reports, including a dumb example.onefang2019-11-052-0/+170
|
* Whitespace clean up.onefang2019-11-051-3/+3
|
* Rename project to apt-panopticon.onefang2019-11-052-50/+51
| | | | It used to be mirror-checker-lua.
* Create a persistant table with the results.onefang2019-11-051-15/+46
|
* TODO minor tweaks.onefang2019-11-051-2/+1
|
* Add the round robin stuff to the mirrors.lua, and jiggle the code that loops ↵onefang2019-11-052-10/+11
| | | | through mirrors.
* Gather the IPs and stuff them into mirrors.lua before forking.onefang2019-11-052-14/+30
|
* Oops, missed a line in the --roundRobin commit.onefang2019-11-051-1/+1
|
* Disable the currently unwritten DNS-RR test.onefang2019-11-051-1/+1
|
* Add roundRobin as an option.onefang2019-11-052-0/+10
|
* End early if the host keeps timing out, and random sleep for retries.onefang2019-11-041-3/+14
| | | | Otherwise it could take hours trying a timing out host over and over.
* Reduce the check exes wait time.onefang2019-11-041-2/+2
|
* Oops, remove left overs.onefang2019-10-011-1/+0
|
* Fork original mirror HEAD check to.onefang2019-10-011-2/+11
| | | | 30 minutes to 3 minutes. B-)
* TODO++onefang2019-10-011-0/+1
|
* Reduce default verbosity to critical messages only.onefang2019-10-011-1/+1
|
* Add the name of the test to any log messages about that test.onefang2019-10-011-13/+18
| | | | And the original host as well.
* Check original host name as well as IP in redirected locations.onefang2019-10-011-1/+1
|