mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #636] Feature request: dashboard_api for getting a client status by name #495
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#495
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 @miwee on GitHub (Feb 16, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/636
At present there is
api/proxy/traffic/:namebut it does not have info whether client is online or offline. The only workaround is to use/api/proxy/tcp(or udp, http etc.) and get full data for all clients and parse specific info from this combined data.From monitoring purpose, it is useful to have an api similar to
api/proxy/status/:name, which simply tells the current status and last known online time.thanks
@miwee commented on GitHub (Apr 3, 2018):
I have changed and tested this feature. I'm attaching the patch.
I was trying to use github workflow, but I couldn't compile my forked repository. It was giving some error related to hardcoded paths github.com/fatedier
Hope this should be ok.
0001-dashboard_api-for-getting-a-client-status-by-name.txt
@fatedier commented on GitHub (Apr 4, 2018):
Could you send a pr to dev branch? I will review it conveniently.
@fatedier commented on GitHub (Apr 4, 2018):
Just change directory name
miweetofatedierto compile it.