Download the PHP package vcian/pulse-docker-monitor without Composer
On this page you can find all versions of the php package vcian/pulse-docker-monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vcian/pulse-docker-monitor
More information about vcian/pulse-docker-monitor
Files in vcian/pulse-docker-monitor
Package pulse-docker-monitor
Short Description A Laravel Pulse card to show docker containers with CPU & Memory Utilization
License MIT
Homepage https://github.com/vcian/pulse-docker-monitor
Informations about the package pulse-docker-monitor
Docker Monitor Card For Laravel Pulse
About
This card will monitor your docker containers and show container statistics with Cpu & Memory Load.
Installation
Prerequisites
Please check the official laravel installation guide for server requirements before you start. [Official Documentation]
Require the package with Composer:
Next, you should publish the Pulse configuration and migration files using the vendor:publish Artisan command:
Next, you should run the migration for required tables
Register the recorder
Right now, the Composer dependencies will only be checked once per day. To run the checks you must add the PulseDockerMonitorRecorder to the pulse.php file.
You also need to be running the pulse:check command.
Add to your dashboard
To add the card to the Pulse dashboard, you must first [publish the vendor view]
Then, you can modify the dashboard.blade.php file:
To make pulse recorders will automatically capture entries based on framework events dispatched by Laravel, You must run the below command.
Security
If you discover any security-related issues, please email [email protected] instead of using the issue tracker.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.