Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

monitor application state of your Symfony application and services

Awesome Lists containing this project

README

        

![GitHub Actions](https://github.com/whatwedo/MonitorBundle/actions/workflows/ci.yaml/badge.svg)
[![PHP Version Require](http://poser.pugx.org/whatwedo/monitor-bundle/require/php)](https://packagist.org/packages/whatwedo/monitor-bundle)
[![Latest Stable Version](http://poser.pugx.org/whatwedo/monitor-bundle/v)](https://packagist.org/packages/whatwedo/monitor-bundle)
[![SymfonyInsight](https://insight.symfony.com/projects/b36c4c03-ddc3-42dc-b86f-d9263c36dcc2/mini.svg)](https://insight.symfony.com/projects/b36c4c03-ddc3-42dc-b86f-d9263c36dcc2)
[![codecov](https://codecov.io/github/whatwedo/MonitorBundle/branch/main/graph/badge.svg?token=U0LO4ZH9ZG)](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)

![Screenshot Dashboard](docs/images/screenshot_dashboard.png)

## 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.