ahtinurme/octane-health-check
A Laravel Health check to monitor Octane server
This package contains a Laravel Health check that monitors your Octane server. It can send you a notification when Octane server is not running.
// typically, in a service provider
use Ahtinurme\OctaneCheck;
use Spatie\Health\Facades\Health;
Health::checks([
OctaneCheck::new(),
]);
Installation
You can install the package via composer:
composer require ahtinurme/octane-health-check
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Amir Sobhani - huge thanks for the initial code
- Ahti Nurme
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Related Packages
wobeto/twitter
Laravel 4 Service Provider to interact with twitter account, like return a colle...
135
1
vlados/laravel-blade-crawler-detect
Boost Lighthouse and PageSpeed scores by hiding cookie banners, chat widgets and...
5,132
0