| 1 | <?php |
||
| 9 | class DumpChecks extends BaseCommand |
||
| 10 | { |
||
| 11 | protected $signature = 'server-monitor:dump-checks |
||
| 12 | {path : Path to json file}'; |
||
| 13 | |||
| 14 | protected $description = 'Dump current configuration to json file'; |
||
| 15 | |||
| 16 | public function handle() |
||
| 22 | |||
| 23 | protected function getHostsWithChecks(): array |
||
| 42 | } |
||
| 43 |