···11+---
22+title: Support
33+description: "We're always here to help."
44+---
55+66+If you have any questions, feedback, or need help you can:
77+- Schedule a [call](https://cal.com/team/openstatus/30min) with us.
88+- Join our [Discord](https://www.openstatus.dev/discord) community.
99+- Send us an email at [ping@openstatus.dev](mailto:ping@openstatus.dev)
1010+- Open an issue on our [GitHub](https://www.github.com/openstatushq/openstatus) repository.
···11----
22-title: Cron Monitor
33-description: "How to create your first cron monitor with OpenStatus.dev"
44----
55-66-## What is a Cron Monitor? ๐ค
77-88-A cron monitor allows you to monitor your cron jobs. You call your OpenStatus
99-endpoint at the end of your cron job. If we haven't received your call we will
1010-trigger an alert and notify you.
1111-1212-## Configure your cron monitor ๐
1313-1414-๐ง Coming soon ๐ง
+16
apps/docs/synthetic/features/incident.mdx
···21212222We automatically resolve an incident when the monitor is passing in more than
232350% of the locations.
2424+2525+2626+## Incident detail page
2727+2828+On the incident page, you can see the details of the incident, the monitor that failed, and the duration.
2929+We are also taking a screenshot of the monitor when the incident is created, and when it's resolved.
3030+3131+3232+<Frame caption="Incident page detail">
3333+ <img
3434+ src="/images/incident/incident-detail.png"
3535+ alt="Incident page"
3636+ />
3737+</Frame>
3838+3939+<Info>There might be a delay between the incident creation and the screenshot capture. Your endpoint could have already recovered.</Info>
+7
apps/docs/synthetic/features/monitor.mdx
···10101111We will make a request to your endpoint on a regular schedule and record.
12121313+If the check fails, a <a href="/synthetic/features/notification">notification</a> is sent and an <a href="/synthetic/features/incident">incident</a> is created.
1414+1515+<Info>If you are monitoring an endpoint you don't own (e.g google.com), your request might be blocked by the remote server.</Info>
1616+13171418## Configure your monitor ๐
1519···2832 />
2933</Frame>
30343535+3136### HTTP Request ๐ค
32373338Customize the request sent to your endpoint.
···4045> OpenStatus automatically set the `"User-Agent": "OpenStatus/1.0"` header to
4146> your request. This header is used to identify the request as a ping request
4247> and can be exluded from your analytics.
4848+4949+43504451If you select the `POST` method, you can add a custom **HTTP Body** to your
4552request.
+8-4
packages/emails/emails/welcome.tsx
···44 return (
55 <Html>
66 <Head>
77- <title>Level up your website and API monitoring.</title>
77+ <title>Welcome to OpenStatus</title>
88 <Preview>Take the most of your OpenStatus monitoring</Preview>
99 <Body>
1010 Hey ๐
···2626 </a>{" "}
2727 to manage your monitors
2828 <br />- Integrate your status within your application with our{" "}
2929- <a href="https://docs.openstatus.dev/packages/status-widget">API</a>{" "}
2929+ <a href="https://docs.openstatus.dev/packages/status-widget">
3030+ API
3131+ </a>{" "}
3032 and{" "}
3133 <a href="https://docs.openstatus.dev/packages/react">React Widget</a>
3234 <br />- Build your own status page with our{" "}
···3840 that you can easily host on CloudFlare
3941 <br />
4042 <br />
4141- If you have any questions, just let me know.
4343+ If you have any questions, just let me know, or book a call with me{" "}
4444+ <a href="https://cal.com/team/openstatus/30min">here</a>.
4245 <br />
4346 Thank you,
4447 <br />
···4750 <br />
4851 <br />โญ Star us on{" "}
4952 <Link href="https://github.com/openstatushq/openstatus">GitHub</Link>
5050- <br />๐ Visit our website{" "}
5353+ <br />
5454+ ๐ Visit our website{" "}
5155 <Link href="https://www.openstatus.dev">OpenStatus.dev</Link>
5256 </Body>
5357 </Head>