PHP code example of pepperfm / dozor-agent
1. Go to this page and download the library: Download pepperfm/dozor-agent library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pepperfm / dozor-agent example snippets
bash
composer list | grep dozor:
php artisan vendor:publish --tag=dozor-config
bash
php artisan dozor:agent
bash
php artisan dozor:agent --listen-on=127.0.0.1:4815 --store-path=/var/www/app/storage/app/dozor
php artisan dozor:agent --ship-flush-interval-seconds=10
php artisan dozor:status
php artisan dozor:status --json
php artisan dozor:status --strict