Download the PHP package dachcom-digital/monitoring without Composer
On this page you can find all versions of the php package dachcom-digital/monitoring. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dachcom-digital/monitoring
More information about dachcom-digital/monitoring
Files in dachcom-digital/monitoring
Package monitoring
Short Description Pimcore Monitoring - get monitoring information
License GPL-3.0-or-later proprietary
Homepage https://github.com/dachcom-digital/pimcore-monitoring
Informations about the package monitoring
Pimcore Monitoring
Fetch health state of your pimcore installation.
Release Plan
Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
---|---|---|---|---|---|
4.x | ^11.0 |
6.4 |
22.09.2023 | Feature Branch | master |
3.x | ^10.0 |
5.4 |
06.01.2022 | Unsupported | 3.x |
2.x | ^5.0 , ^6.0 |
3.4 , ^4.4 |
31.08.2018 | Unsupported | 2.x |
1.x | ^4.0 |
-- | 06.02.2017 | Unsupported | pimcore4 |
Installation
Add Bundle to bundles.php
:
Install Routes
Configuration
Fetch Data
Fetch Data By Check
Create Custom Check
Create a tagged pimcore.monitoring.check
service and implement the CheckInterface
interface.
Available Checks
- Pimcore version and revision
- PHP (version, memory_limit and more)
- Kernel (environment, debug)
- Installed Bundles
- Installed AreaBricks
- Available Users
Modules
Email Log Module
Params
onlyErrors
: only fetch logs with errors (Defaultfalse
)startingFrom
: only fetch logs newer thanY-m-d H:i:s
(Defaultnull
)limit
: limit log response (Default100
)
Heartbeat Module
This module provides a lightweight "heartbeat" mechanism to monitor the execution of periodic maintenance tasks. It helps verify that both the system cronjob and the Symfony Messenger queue are functioning correctly.
This heartbeat check:
- Confirms that the cronjob is triggering as expected.
- Confirms that the Messenger worker is actively processing jobs.
- Optionally indicates the duration or load of the maintenance task by analyzing time deltas between executions.
This will also add a check hearbeat
.
Upgrade Info
Before updating, please check our upgrade notes!
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, [email protected]
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md