koalityio/pluginsymfony3

There is no license information available for the latest version (dev-develop) of this package.

Server health checks for Symfony3 projects.

dev-develop 2021-03-02 09:27 UTC

This package is not auto-updated.

Last update: 2024-11-06 07:45:17 UTC


README

Todos

  • Use config.yml file for configuration
  • Install docs
  • Checks
    • CPU usage
    • Load
    • MySQL running
    • Symfony
      • Cache dir writable

Configuration

koalityio_symfony3:
    api_key: 123456789
    checks:
        free_space: 80
        cpu_usage: 4
        load: 4
        mysql_running: true