PHPackages                             makinacorpus/monitoring-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. makinacorpus/monitoring-bundle

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

makinacorpus/monitoring-bundle
==============================

Simple monitoring tooling and Symfony bundle

1.0.0-alpha7(2y ago)23.0kGPL-2.0-or-laterPHPPHP &gt;=8.0

Since Mar 25Pushed 2y ago11 watchersCompare

[ Source](https://github.com/makinacorpus/monitoring-bundle)[ Packagist](https://packagist.org/packages/makinacorpus/monitoring-bundle)[ Docs](http://github.com/makinacorpus/monitoring-bundle)[ RSS](/packages/makinacorpus-monitoring-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (8)Used By (0)

Simple monitoring tooling for Symfony
=====================================

[](#simple-monitoring-tooling-for-symfony)

This API provides simple and easy to use interfaces for building supervision probes that you can run to check sanity of your application.

It provides a Symfony &gt;= 4.4 compatible bundle for registering your custom probes into a Symfony application.

Features:

- Build probes that restitute an output similar to commonly used supervision tools, such as Nagios or Centreon.
- Build more advanced information collectors for building advanced status reports.
- Provide an easy to use probe and info collectors registry.
- Provide a few console commands to run probes or build status reports.
- When used via the Symfony bundle, provide easy probes registration and HTTP endpoints for querying probes: easy to use with supervision tools.

Installation
============

[](#installation)

Install it using composer:

```
composer req makinacorpus/monitoring-bundle
```

Symfony bundle
==============

[](#symfony-bundle)

Installation
------------

[](#installation-1)

Then register the bundle in your `app/bundles.php`:

```
