gluon/package/gluon-check-connection/check_site.lua
CodeFetch 9e5775865c gluon-check-connection: initial commit
This commit adds a new package which can be used for scheduled
connectivity checks.
2021-06-08 15:02:39 +02: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)