Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions opsimate-docs/docs/alerts/alert-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,22 @@ Use **group by** to organize alerts based on what matters to you:
- Group by **nested fields** inside the alert payload for more advanced views
- Quickly spot patterns, noisy sources, or services with repeated issues

### Ownership Management

You can assign ownership to alerts to track responsibility and ensure timely resolution by adding the owner field to the column configuration.

- Assign users to specific alerts for clear accountability
- Track ownership history and handovers for better collaboration
- Set escalation rules based on ownership assignments for timely resolution
- Filter alerts by ownership status for better accountability

### Alert Details Sidebar

Click any alert row to open a **details sidebar** on the right:

- See full alert information, including labels, payload, and timestamps
- Follow a direct **link to the source** alert in the original monitoring tool
- Use a **runbook link** to jump straight to the documentation or procedure for handling that alert
- Set and view ownership information for better accountability

Each alert shows its source integration for easy traceability back to the original monitoring system.
46 changes: 0 additions & 46 deletions opsimate-docs/docs/dashboards/overview.md

This file was deleted.

30 changes: 30 additions & 0 deletions opsimate-docs/docs/dashboards/saved-dashboards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
sidebar_position: 4
---

# Saved Dashboards

Saved Dashboards lets you store and reuse a dashboard configuration so you can quickly return to the same view.

A saved dashboard includes:
- **Name**
- **Description**
- **Saved filters/search**
- **Table columns** (the selected/visible columns)
- **Tags** (for organization and filtering)

<div style={{textAlign: 'center', margin: '30px 0'}}>
<img src="/img/saved-dashboards.png" alt="Saved Dashboards" style={{width: '900px', maxWidth: '100%', height: 'auto', borderRadius: '8px', boxShadow: '0 4px 12px rgba(0,0,0,0.15)'}} />
<p style={{fontSize: '14px', color: '#666', marginTop: '10px', fontStyle: 'italic'}}>Saved Dashboards page with favorites, tags, search, and actions</p>
</div>


### How to Save a Dashboard

1. Click **New Dashboard** in the top-right corner.
2. You will be redirected back to the **Alerts** screen.
3. From there, you can filter or modify the search to shape your dashboard.
4. Update the dashboard name.
5. Save the dashboard.

Once the process is complete, you will be able to see your saved dashboard.
13 changes: 0 additions & 13 deletions opsimate-docs/docs/dashboards/saving-views.md

This file was deleted.

78 changes: 0 additions & 78 deletions opsimate-docs/docs/dashboards/service-menu.md

This file was deleted.

50 changes: 10 additions & 40 deletions opsimate-docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,7 @@ const sidebars = {
'getting-started/system-requirements',
],
},
// {
// type: 'category',
// label: 'Providers & Services',
// collapsed: true,
// items: [
// 'providers-services/overview',
// {
// type: 'category',
// label: 'Providers',
// collapsed: true,
// items: [
// 'providers-services/providers/add-provider',
// 'providers-services/providers/server-provider',
// 'providers-services/providers/kubernetes-provider',
// ],
// },
// {
// type: 'category',
// label: 'Services',
// collapsed: true,
// items: [
// 'providers-services/services/add-services',
// 'providers-services/services/container-services',
// 'providers-services/services/systemd-services',
// 'providers-services/services/kubernetes-pods',
// ],
// },
// ],
// },

{
type: 'category',
label: 'Integrations',
Expand All @@ -67,19 +39,17 @@ const sidebars = {
'integrations/datadog',
],
},
// {
// type: 'category',
// label: 'Dashboard',
// collapsed: true,
// items: [
// 'dashboards/overview',
// 'dashboards/service-menu',
// 'dashboards/saving-views',
// ],
// },
{
type: 'category',
label: 'Alerts Dashboard',
label: 'Dashboard',
collapsed: true,
items: [
'dashboards/saved-dashboards',
],
},
{
type: 'category',
label: 'Alerts',
collapsed: true,
items: ['alerts/adding-alerts', 'alerts/alert-management', 'alerts/archived-alerts', 'alerts/tv-mode'],
},
Expand Down
Binary file added opsimate-docs/static/img/saved-dashboards.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading