Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions rockspecs/lua-resty-healthcheck-api7-3.2.1-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
package = "lua-resty-healthcheck-api7"
version = "3.2.1-0"
source = {
url = "git://github.com/api7/lua-resty-healthcheck",
branch = "v3.2.1",
}

description = {
summary = "Healthchecks for OpenResty to check upstream service status",
detailed = [[
lua-resty-healthcheck is a module that can check upstream service
availability by sending requests and validating responses at timed
intervals.
]],
homepage = "https://github.com/api7/lua-resty-healthcheck",
license = "Apache 2.0"
}

dependencies = {
"penlight >= 1.9.2",
"lua-resty-timer ~> 1",
}
build = {
type = "builtin",
modules = {
["resty.healthcheck"] = "lib/resty/healthcheck.lua",
}
}