All notable changes to laravel-server-monitor
will be documented in this file
- Laravel 11.x Compatibility by @laravel-shift in #131
Full Changelog: https://github.com/spatie/laravel-server-monitor/compare/1.9.7...1.10.0
- Fix typo by @DieterHolvoet in #123
- @DieterHolvoet made their first contribution in #123
Full Changelog: https://github.com/spatie/laravel-server-monitor/compare/1.9.6...1.9.7
- fix for deprecated Model "Dates" Property by @daikazu in #122
- @daikazu made their first contribution in #122
Full Changelog: https://github.com/spatie/laravel-server-monitor/compare/1.9.5...1.9.6
- @AyoobMH made their first contribution in #118
Full Changelog: https://github.com/spatie/laravel-server-monitor/compare/1.9.4...1.9.5
- support Laravel 9
- add support for PHP 8
- add support for Laravel 8
- allow Guzzle 7
- add support for Laravel 7
next_run_in_minutes
can be set in config
- add support for Laravel 6
- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below
- add support for Laravel 5.8
- use Arr:: and Str:: functions
- add
dump-checks
command
- allow elastic search check to check other ips
- fix memcached check
- add support for Laravel 5.7
- add
ssh_command_prefix
to config file
- add support for L5.6
- fix missing import in service provider
- add ability to specify multiple mail addresses in the notifiable
- add support for L5.5 auto discovery
- make
Host
model configurable
- make diskspace thresholds configurable
- the notifiable now has access to the event that triggered the notification
- make checks extensible
- don't show output of curl in Elasticsearch check
- improve the detection of failed processes
- fix mail notifications
- clean up migrations
- fix for bug when using a custom model
- further improvements for wrong value in
Next run
in list commands
THIS VERSION IS BROKEN, DO NOT USE
- fix for wrong value in
Next run
in list commands
THIS VERSION IS BROKEN, DO NOT USE
- fix for wrong value in
Next run
in list commands
- initial release