Monitors List: Sticky Filters and Grouping
Last updated: 2026-03-10
If you manage many monitors across multiple status pages, the Monitors list now includes two workflow improvements:
- A sticky Status Page filter that survives reloads
- A Group by Status Page toggle with collapsible sections
These features are client-side and do not change monitor checks, alerts, or status calculations.
What Changed
On the Monitors page:
- Status Page filter is now sticky
- Group by: Status Page is available next to Card View / Compact View
This helps teams return to their last working context and scan large lists by ownership scope.
Sticky Status Page Filter
The All Status Pages dropdown now saves your selection locally in your browser.
Behavior:
- When you pick a status page, the selection is remembered
- On page reload, the same selection is restored
- If that status page no longer exists (for example, deleted), the filter safely falls back to All Status Pages
Technical note:
- Local storage key:
monitors_filter_status_page
Group by Status Page Toggle
Use Group by: Status Page to switch from a flat monitor list to grouped sections.
When enabled:
- Monitors are grouped under a header per status page
- Each header shows the group name and visible count, for example
StatusPage.me Website (3) - Groups are expanded by default
- Each group can be collapsed with a chevron
- Monitors without a linked status page appear under Ungrouped at the bottom
Technical note:
- Local storage key:
monitors_group_by_status_page
Works With Existing Views and Filters
Grouping does not replace existing controls. It works with them.
Compatible with:
- Card View and Compact View
- Status filters (All Statuses / Up / Down / Unknown)
- Tabs (Enabled / Disabled / All)
Tab badge counts continue to reflect currently visible monitors after filtering.
Troubleshooting
Filter does not restore after reload
Check whether the browser blocks local storage for your dashboard session.
Saved status page is gone
This is expected after status page deletion or access changes. The filter will reset to All Status Pages.
Grouping looks different between Card and Compact
Expected. Grouping is the same logically, but card and row layouts render monitor content differently.
FAQ
Does grouping change alerting behavior?
No. It is presentation only.
Is group collapse state persisted?
No. Grouping on/off is persisted; per-group expanded/collapsed state resets on reload.
Do I need to reconfigure monitors?
No configuration changes are required.