mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2455] Health Check Endpoint to see if FRPS is running #1948
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1948
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seveibar on GitHub (Jun 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2455
The solution you want
An HTTP health endpoint, e.g.
/healthto see if frps is running.Application scenarios of this function
To know that frps has successfully started in automated applications, for example, I'd like to know if frps has started for a docker-compose health check
@fatedier commented on GitHub (Jun 23, 2021):
Sure. I will add it next version.