spatie/laravel-server-monitor
Monitor the health of your servers from Laravel. Includes built-in checks (disk, memory, processes, etc.), easy custom checks, and notifications via Slack or email when something goes wrong.
By default this package uses the Spatie\ServerMonitor\Models\Check model. If you want to add some extra functionality you can specify your own model in the check_model key of the config file. The only requirement for your custom model is that is should extend Spatie\ServerMonitor\Models\Check.
How can I help you explore Laravel packages today?