Problem
What problem does this feature solve?
Uptimer already includes a great feature to hide specific monitors from anonymous visitors via the "Show on status page" toggle. This is perfect for keeping track of internal infrastructure or private APIs securely.
However, once a monitor is hidden, there is currently no dedicated place for logged-in administrators to view its real-time status, latency charts, or aggregate health using the main status page layout. The standard admin section is only focused on CRUD actions and management, leaving admins without a unified visual dashboard for their private services.
Proposed Solution
Describe your proposed solution or approach.
I propose adding a new authenticated route at /admin/status.
This page should:
- Mirror the exact visual layout of the public status page (including aggregate status, latency history, and uptime bars).
- Display all monitors, including those that have the "Show on status page" option turned off.
- Include a small visual badge or indicator (like a lock icon or a "Private" label) next to hidden monitors so admins can easily identify them.
Alternatives Considered
Any alternative approaches you've thought about.
The only current alternative is checking the status of private monitors directly from the basic CRUD table in the management dashboard, which lacks the detailed charts and health overview of the main status page.
Additional Context
Any other context, screenshots, or references.
This addition would provide an internal operations dashboard for teams to monitor their entire infrastructure securely in one unified view, maximizing the utility of the existing hidden monitors feature.
Problem
What problem does this feature solve?
Uptimer already includes a great feature to hide specific monitors from anonymous visitors via the "Show on status page" toggle. This is perfect for keeping track of internal infrastructure or private APIs securely.
However, once a monitor is hidden, there is currently no dedicated place for logged-in administrators to view its real-time status, latency charts, or aggregate health using the main status page layout. The standard admin section is only focused on CRUD actions and management, leaving admins without a unified visual dashboard for their private services.
Proposed Solution
Describe your proposed solution or approach.
I propose adding a new authenticated route at
/admin/status.This page should:
Alternatives Considered
Any alternative approaches you've thought about.
The only current alternative is checking the status of private monitors directly from the basic CRUD table in the management dashboard, which lacks the detailed charts and health overview of the main status page.
Additional Context
Any other context, screenshots, or references.
This addition would provide an internal operations dashboard for teams to monitor their entire infrastructure securely in one unified view, maximizing the utility of the existing hidden monitors feature.