Package Data | |
---|---|
Maintainer Username: | spatie |
Maintainer Contact: | freek@spatie.be (Freek Van der Herten) |
Package Create Date: | 2021-12-13 |
Package Last Update: | 2024-10-28 |
Home Page: | https://spatie.be/docs/laravel-health |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-21 03:01:34 |
Package Statistics | |
---|---|
Total Downloads: | 1,218,036 |
Monthly Downloads: | 67,220 |
Daily Downloads: | 3,713 |
Total Stars: | 63 |
Total Watchers: | 7 |
Total Forks: | 7 |
Total Open Issues: | 0 |
This package contains a Laravel Health check that can measure CPU load. It can send you a notification when CPU load is too high.
// typically, in a service provider
use Spatie\Health\Facades\Health;
use Spatie\CpuLoadHealthCheck\CpuLoadCheck;
Health::checks([
CpuLoadCheck::new()->failWhenLoadIsHigherInTheLast5Minutes(1.2),
]);
The documentation of this package is available inside the docs of Laravel Health.
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.