Remote Probe Executors #1856

Closed
opened 2026-04-05 16:36:09 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @TobiasGrether on 7/18/2023

Is your feature request related to a problem? Please describe.
Currently, it is not possible (except when running self-hosted) to monitor the status of internal systems without exposing them to the public to be reachable by the oneuptime servers.

Describe the solution you'd like
It would be nice to have a small container that one can run in their internal network to proxy probe pings. This could be done the following way:

  • Set up a new "Remote Probe Executor" in the UI
  • UI gives you a unique, 32 character long key
  • You start up the docker container with the given key
  • You assign certain monitors to go through this executor
    The actual executor would be super simple to implement.

Describe alternatives you've considered
Selfhosting, but its not feasible for some.

Additional context
Add any other context or screenshots about the feature request here.

*Originally created by @TobiasGrether on 7/18/2023* **Is your feature request related to a problem? Please describe.** Currently, it is not possible (except when running self-hosted) to monitor the status of internal systems without exposing them to the public to be reachable by the oneuptime servers. **Describe the solution you'd like** It would be nice to have a small container that one can run in their internal network to proxy probe pings. This could be done the following way: - Set up a new "Remote Probe Executor" in the UI - UI gives you a unique, 32 character long key - You start up the docker container with the given key - You assign certain monitors to go through this executor The actual executor would be super simple to implement. **Describe alternatives you've considered** Selfhosting, but its not feasible for some. **Additional context** Add any other context or screenshots about the feature request here.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/oneuptime#1856