Download the PHP package libaro/laravel-monitoring without Composer
On this page you can find all versions of the php package libaro/laravel-monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download libaro/laravel-monitoring
More information about libaro/laravel-monitoring
Files in libaro/laravel-monitoring
Package laravel-monitoring
Short Description Monitoring and alerting for Laravel applications
License MIT
Homepage https://github.com/libaro-io/laravel-monitoring
Informations about the package laravel-monitoring
Monitoring and alerting for Laravel applications
The Libaro monitoring package, a config based monitoring setup for your Laravel applications.
Installation
You can install the package using composer:
Configuration
Publishing the configuraiton
You can publish the config file with:
Queue monitoring
You can enable queue monitoring by specifying your queue name as an array key followed by the configuration for that queue.
Option | Value | Description |
---|---|---|
max_wait_minutes | int | A test job will be dispatched on that queue. When the job is not processed within the specified time, a notification will be sent. |
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
- Kim Bouchouaram
- All Contributors
- Spatie (Package Skeleton, Laravel Health)
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-monitoring with dependencies
illuminate/contracts Version ^9.0|^10.0|^11.0
laravel-notification-channels/google-chat Version ^3.1
spatie/laravel-health Version ^1.23
spatie/laravel-package-tools Version ^1.14.0