A OhDear integration for Statamic v3.
Check your monitored uptime, SSL certificates, mixed content and broken links easily from your Statamic control panel.
To use this addon, you need to have an OhDear account.
Pull in your package with composer
composer require jonassiewertsen/statamic-oh-dear
Create an Oh Dear API Key
Add your Oh Dear API key and the site id to your .env file
OH_DEAR_API_KEY="XXXXXXXX"
OH_DEAR_SITE_ID=XXXXXXXXX
When deploying, often your site will be down for a few minutes, which is totally ok. If not telling Oh Dear about, it will detect the downtime and may send mails to you and maybe your clients. You Uptime charts will show this downtime as well.
To avoid this behavior, you can define maintenance periods with Oh Dear and this Statamic Oh Dear integration will take care of it for you.
There are two options available:
Are you deploying (fx with Forge) and making use of the php artisan down
and php artisan up
command? Perfect.
Turn on the auto maintenance mode on and we will hook into those commands, so you don't need to worry about anything.
// Inside your .env file
OH_DEAR_AUTO_MAINTENANCE=true
You want to stay in control? No problem. You can use the following commands:
php please ohdear:maintenance start
php please ohdear:maintenance stop
To add a small widget to your dashboard, tell your config file to do so.
Open config/statamic/cp.php
and look for the "Dashboard widgets" section and add it.
'widgets' => [
'oh_dear',
// mabye other widgets
],
I love to share with the community. Nevertheless, it does take a lot of work, time and effort.
Sponsor me on GitHub to support my work and the support for this addon.
This plugin is published under the MIT license. Feel free to use it and remember to spread love.