How to configure the Laravel Forge Import
Laravel Forge is a service that makes it very easy to provision servers on DigitalOcean, Linode and a couple of other hosting providers. In fact, Oh Dear itself is running on Forge provisioned servers.
In Forge, you have the ability to tag both servers and sites. Oh Dear can automatically monitor all sites that have an oh-dear tag. If we find a server on your Forge account with an oh-dear tag, we will start monitoring all the monitors on that server.
To get started with automatic import of Forge sites, head over to the Forge Import screen in your team settings. Here's what that screen looks like:

In order for us to automatically monitor your monitors, you'll need to specify a Forge API token. You can create a token on the new API token screen at Forge. You can also choose which checks should be added for the monitors that get added automatically.
Finding sites #
As soon as you save the token we'll starting looking for servers and sites with an oh-dear (or ohdear) tag. We'll check your Forge account every 5 minutes for newly added sites and servers. We are going to assume that the name of your site contains a valid hostname. A site with a name like example.com will be added, a site named example will not.
By default we'll also assume that your site uses https. So a site named example.com will be imported as https://example.com. If your site runs only on http you can let us know by adding an extra tag oh-dear-http (or http-ohdear) to the monitor.
What happens if something goes wrong? #
If your Oh Dear subscription doesn't allow more monitors to be added, or if your Forge token becomes invalid, we'll automatically disable the Forge integration and email the team owner with instructions on how to upgrade and re-enable the automatic import.
Get notified when a new site is added #
You can be automatically notified when a new site is added to Oh Dear. You can configure this in your notifications settings. This allows you to enable email, Slack or any other medium to receive a message when a new site is added.
Feel free to reach out via [email protected] or on X via @OhDearApp if you have any other questions. We'd love to help!