Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Server Monitor Laravel Package

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.

View on GitHub
Deep Wiki
Context7

title: Customizing notifications weight: 3

This package leverages Laravel's native notification capabilites to send out notifications.

'notifications' => [
   Spatie\ServerMonitor\Notifications\Notifications\CheckSucceeded::class => [],
   Spatie\ServerMonitor\Notifications\Notifications\CheckRestored::class => ['slack'],
   Spatie\ServerMonitor\Notifications\Notifications\CheckWarning::class => ['slack'],
   Spatie\ServerMonitor\Notifications\Notifications\CheckFailed::class => ['slack'],
],

Notice that the config keys are fully qualified class names of the Notification classes. All notifications have support for slack and mail out of the box. If you want to add support for more channels or just want to change the text of the notifications you can specify your own notification classes in the config file. When creating custom notifications, it's best to extend the default ones shipped with this package.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport