-
-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: meta image * chore: clone monitor docs
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: How to clone a monitor? | ||
description: "How to clone your first monitor with OpenStatus.dev" | ||
--- | ||
|
||
import { Image } from 'astro:assets'; | ||
import monitorDetail from '../../../assets/monitor/clone-monitor.png'; | ||
|
||
|
||
Go to the **Monitors** page, click on three dots and the select the **Clone** button. This will create a new monitor with the same settings as the original monitor (including Status Page, Notifications and Tags). | ||
|
||
By default, the cloned monitor will be in the **inactive** state to allow you to review the settings before activating it. | ||
|
||
<Image | ||
src={monitorDetail} | ||
alt="Charts with status code and response time" | ||
/> | ||
|