https://github.com/whatwedo/monitorbundle
monitor application state of your Symfony application and services
https://github.com/whatwedo/monitorbundle
application-monitoring monitoring symfony symfony-bundle symfony5 symfony6
Last synced: 8 months ago
JSON representation
monitor application state of your Symfony application and services
- Host: GitHub
- URL: https://github.com/whatwedo/monitorbundle
- Owner: whatwedo
- License: mit
- Created: 2023-01-05T14:17:18.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-08T15:59:40.000Z (9 months ago)
- Last Synced: 2025-04-08T16:47:17.251Z (9 months ago)
- Topics: application-monitoring, monitoring, symfony, symfony-bundle, symfony5, symfony6
- Language: PHP
- Homepage: https://whatwedo.github.io/MonitorBundle/
- Size: 2.3 MB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://packagist.org/packages/whatwedo/monitor-bundle)
[](https://packagist.org/packages/whatwedo/monitor-bundle)
[](https://insight.symfony.com/projects/b36c4c03-ddc3-42dc-b86f-d9263c36dcc2)
[](https://codecov.io/github/whatwedo/MonitorBundle)
# whatwedoMonitorBundle
This bundle enables application monitoring features:
- **Sensors** to check the healthiness
- **Metrics** to get metrics (f.ex. number of messages in the queue)
the bundle provides multiple methods to get the state with all sensors and metrics:
- **Dashboard** to integrate it into the application (tailwind design given)
- **Command** access (`bin/console whatwedo:monitor:check`) which returns a text based overview and returns exit code 0 or 1 to integrate it into f.ex. docker health checks
- **HTTP API (JSON/XML) Endpoint** which returns 200 or 503 HTTP code to integrate it into the monitoring software (f.ex. Prometheus)

## Documentation
see https://whatwedo.github.io/MonitorBundle/
## License
This bundle is under the MIT license. See the complete license in the bundle: [LICENSE](LICENSE)
## Maintainer
This bundle is maintained by [whatwedo GmbH](https://whatwedo.ch), a software studio based in Bern, Switzerland.