https://github.com/koality-io/plugin-symfony-3
https://github.com/koality-io/plugin-symfony-3
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koality-io/plugin-symfony-3
- Owner: koality-io
- Created: 2021-03-01T16:58:30.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-03-02T09:27:27.000Z (over 5 years ago)
- Last Synced: 2025-07-04T05:24:05.243Z (12 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```