An open API service indexing awesome lists of open source software.

https://github.com/koality-io/plugin-symfony-3


https://github.com/koality-io/plugin-symfony-3

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# koality.io Server Health Bundle

## Todos

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

## Configuration
```yaml
koalityio_symfony3:
api_key: 123456789
checks:
free_space: 80
cpu_usage: 4
load: 4
mysql_running: true
```