Skip to content

Checker for the available disk space #77

Open
@akalongman

Description

@akalongman

For my project, I've implemented checker for the available disk space. Configuration looks like this:

\App\Libraries\SelfDiagnosis\Checks\AvailableDiskSpace::class => [
    'paths' => [
        '/' => '100G', // At least 100G should be available for the path "/"
        '/var/www' => '5G',
    ],
],

If project maintainers will be interested, I can send PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions