gluon/package/gluon-check-connection/check_site.lua
CodeFetch 928323c83c gluon-check-connection: initial commit
This commit adds a new package which can be used for scheduled
connectivity checks.
2020-12-29 02:32:38 +01:00

6 lines
159 B
Lua

local function check_target(t)
need_string_array_match(t, '^[%x:]+$', false)
end
need_table(in_domain({'check_connection', 'targets'}), check_target, false)