Automatically checks if a server is online and reports on the status.
Sometimes it can be helpful to have a dashboard of server monitoring to spot trouble at a quick glance.
- Clone this repository into
plugins/albrightlabs/servermonitor
- Run the console command
php artisan october:migrate
- From the admin area, go to Settings > Server Monitor and begin adding servers to monitor
Run either of the following commands:
- From the project root, run
php artisan october:util git pull
- From the plugin root, run
git pull
Install the plugin, then go to Settings > Server Monitor and begin adding servers to start monitoring. Ensure you have October CMS task scheduling set up and working.
- Integrate with DevNotify plugin to notify developer(s) if a server status is bad.
- Please send suggestions to support@albrightlabs.com.