@@ -16,6 +16,9 @@ local function buildDevTrafficFn(dev)
return function(str)
local m = ngx.re.match(str, regex, 'oi')
+ if m == nil then
+ return '0,0'
+ end
local sRxBytes = m[1]
local sTxBytes = m[2]
@@ -3,11 +3,12 @@
HOST=etherdream.com
NODE=(
- node-aliyun-hk
- node-aliyun-sg
- node-bwh-los
- node-justhost-moscow
- node-bungee
+ # node-aliyun-hk
+ # node-aliyun-sg
+ # node-bwh-los
+ # node-justhost-moscow
+ # node-bungee
+ node-justhost-novosibirsk
)
for v in ${NODE[@]}; do
echo "$v upload ..."