Download the PHP package brilliant-packages/betteruptime-laravel without Composer
On this page you can find all versions of the php package brilliant-packages/betteruptime-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brilliant-packages/betteruptime-laravel
More information about brilliant-packages/betteruptime-laravel
Files in brilliant-packages/betteruptime-laravel
Package betteruptime-laravel
Short Description BetterUptime Monitoring and Heartbeats
License MIT
Homepage https://betteruptime-laravel.brilliantpackages.com/
Informations about the package betteruptime-laravel
Laravel BetterUptime
This packages provides a route for BetterUptime to monitor and excludes it from Telescope monitoring.
It also enables BetterUptime heartbeat monitoring.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Monitoring
Create a BetterUptime monitor using https://{yourDomain}/better-uptime
as the URL (you can change the path using the BETTER_UPTIME_MONITOR_PATH
environment variable).
You can either set BetterUptime to alert you when it “Becomes unavailable” or “Doesn’t contain keyword”; if you choose the keyword method, use your app’s name (APP_ENV
environment variable) or “BetterUptime” as the keyword.
To disable the route, set BETTER_UPTIME_MONITOR_ENABLED=false
.
Heartbeat
Create a BetterUptime heartbeat monitor with your desired name, frequency, and grace period.
Determine the frequency in minutes (e.g., 1 hour = 60, 1 day = 1440, etc.) and set these environment variables:
To disable heartbeat monitoring, remove the BETTER_UPTIME_HEARTBEAT_URL
or set BETTER_UPTIME_HEARTBEAT_ENABLED=false
.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- LuminFire
- Andrew Minion
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of betteruptime-laravel with dependencies
spatie/laravel-package-tools Version ^1.1
illuminate/contracts Version *