···11+## Trying OpenStatus
22+33+The easiest way to quickly try the app is to signup on
44+[www.openstatus.dev](https://www.openstatus.dev)
55+66+The signup is free.
+4
apps/docs/pages/getting-started/_meta.json
···11+{
22+ "monitor": "Create your first monitor",
33+ "status-page": "Create your status page"
44+}
+24
apps/docs/pages/getting-started/monitor.mdx
···11+# Create your first monitor
22+33+## What is a monitor? ๐งโ๐ซ
44+55+A monitor is a job that runs periodically and checks the status of a service. It
66+can be a website, an API, or anything else that can be checked automatically.
77+88+## Configure your monitor ๐
99+1010+
1111+1212+A monitor requires a few things to be configured:
1313+1414+- an endpoint to check ๐
1515+- a check interval โฐ
1616+- a region to run the check from ๐
1717+1818+## Advanced configuration ๐งโโ๏ธ
1919+2020+Sometimes you need to configure your monitor more precisely.
2121+2222+- set a Method (GET, POST) ๐งญ
2323+- set a custom HTTP Headers (usefull if your endpoi nt is secured) ๐
2424+- set a custom HTTP Body (for POST request only) ๐ฆ
+5
apps/docs/pages/getting-started/status-page.mdx
···11+# Create your status page ๐ฅ
22+33+In order to create your status page, you need to create at least one monitor.
44+55+
+3-12
apps/docs/pages/index.mdx
···11-# Introduction
22-33-Documentation is still under construction.
11+# What is OpenStatus? ๐ค
4255-## What is Open Status?
66-77-OpenStatus is an open source alternative to your current monitoring service with
88-a beautiful status page.
33+OpenStatus is an open source to your current monitoring service with a beautiful
44+status page.
95106## Getting Started
117···1612 app
1713- Self-hosting: if you want greater control over your data and want to run the
1814 app on your own server
1919-2020-## Contribution
2121-2222-We love contribution, if you see any typo or have any suggestion, please feel to
2323-open a github issue.
+7
apps/docs/pages/integrations.mdx
···11+# Integrations ๐
22+33+You can connect with OpenStatus account with serverless providers to detect any
44+failure in our infrastructure.
55+66+We are ingesting your logs and metrics to detect any failure in our
77+infrastructure.