Skip to content

rshkabko/health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flamix Health Checks

Install

# add to config/health.php

'checks' => [
  \Flamix\Health\Checks\MemcachedCheck::class,
  \Flamix\Health\Checks\SSLExpireCheck::class => [
      'name' => 'HelpDesk Ssl',
      'domain' => 'http://b24.flamix.info/',
  ],
  \Spatie\Health\Checks\Checks\PingCheck::class => [
    [
        'name' => 'HelpDesk',
        'url' => 'https://cp.flamix.solutions',
    ],
    [
        'name' => 'Main Site',
        'url' => 'https://en.flamix.solutions/status.php',
    ],
  ],    
]

# Run
php artisan health:check

# Add to Cron
\Flamix\Health\Controllers\HealthController::schedule($schedule);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages