aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--apt-panopticommon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua
index 22354f3..8d6de05 100644
--- a/apt-panopticommon.lua
+++ b/apt-panopticommon.lua
@@ -4,6 +4,7 @@ local APT = {}
4APT.rrd = require 'rrd' 4APT.rrd = require 'rrd'
5 5
6APT.protocols = {"ftp", "http", "https", "rsync"} 6APT.protocols = {"ftp", "http", "https", "rsync"}
7APT.tests = {'raw', 'Integrity', 'Protocol', 'Updated', 'URLSanity', 'Speed'}
7 8
8verbosity = -1 9verbosity = -1
9APT.origin = false 10APT.origin = false
@@ -486,7 +487,6 @@ APT.now = 0
486local status 487local status
487status, APT.now = APT.execute('TZ="GMT" ls -l --time-style="+%s" results/stamp | cut -d " " -f 6-6') 488status, APT.now = APT.execute('TZ="GMT" ls -l --time-style="+%s" results/stamp | cut -d " " -f 6-6')
488APT.now = tonumber(APT.now) 489APT.now = tonumber(APT.now)
489APT.tests = {'raw', 'Integrity', 'Protocol', 'Updated', 'URLSanity', 'Speed'}
490local start = 'now-2week' 490local start = 'now-2week'
491local step = '10min' 491local step = '10min'
492local hb = '150min' 492local hb = '150min'