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: Built in checks weight: 2

This package comes with a few built in checks and notifications to get you started. Need more? Write your own, it's easy!

Diskspace

This check verifies the percentage of diskspace usage on the primary disk.

It executes this command on the server: df -P ..

If the reported diskspace is below 80% the check will succeed. If the diskspace usage is 80% or above a warning will be sent. If the reported diskspace is above 90% the check will be marked as failed.

Elasticsearch

This check verifies if Elasticsearch is running.

It executes this command on the server: curl http://localhost:9200.

If the output contains lucene_version the check will succeed, otherwise it will fail.

Memcached

This check verifies if Memcached is running.

It executes this command on the server: service memcached status.

If the output contains memcached the check will succeed, otherwise it will fail.

MySQL

This check verifies if MySQL is running.

It executes this command on the server: ps -e | grep mysqld$.

If the output contains mysql the check will succeed, otherwise it will fail.

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