mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-03-02 22:57:00 -05:00
SSH Tunneling #2196
Labels
No labels
A:accessibility
A:api
A:cert-expiry
A:core
A:dashboard
A:deployment
A:documentation
A:domain expiry
A:incidents
A:maintenance
A:metrics
A:monitor
A:notifications
A:reports
A:settings
A:status-page
A:ui/ux
A:user-management
Stale
ai-slop
blocked
blocked-upstream
bug
cannot-reproduce
dependencies
discussion
duplicate
feature-request
feature-request
good first issue
hacktoberfest
help
help wanted
house keeping
invalid
invalid-format
invalid-format
question
releaseblocker 🚨
security
spam
type:enhance-existing
type:new
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/uptime-kuma#2196
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 @WisdomSky on GitHub (May 18, 2023).
⚠️ Please verify that this feature request has NOT been suggested before.
🏷️ Feature Request Type
API
🔖 Feature description
Is there an option to use SSH Tunneling so we can access services which are not publicly accessible (from a remote server)?
We have mysql and mongodb services from other servers that are not externally accessible and I want to monitor it from an uptime kuma instance from different server.
✔️ Solution
none
❓ Alternatives
No response
📝 Additional Context
No response
@CommanderStorm commented on GitHub (May 18, 2023):
I am assuming your environment is
databasebackend,uptime-kumaAnd the
backendalso has an uptime monitor.Would it not be better to include the status of the underlying infrastructure in the
backendstatus?Reasoning:
=> not a big downside to include this here
Another option is to use the
pushmonitor, i.e. thedatabasetellsuptime-kumaperiodically that it is healthy. see #279Do you agree with this assessment?
@WisdomSky commented on GitHub (May 18, 2023):
Oh I did not know about this. I think this would be a great alternative to ssh tunneling. Thanks for recommending me this option (push monitor).
I think I missed this while browsing the list of monitors.