Fetch health state of your pimcore installation.
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
|---|---|---|---|---|---|
| 4.x | ^11.0 |
6.2 |
-- | 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 |
"require" : {
"dachcom-digital/monitoring" : "~4.0.0"
}Add Bundle to bundles.php:
return [
MonitoringBundle\MonitoringBundle::class => ['all' => true],
];# config/routes.yaml
monitoring:
resource: '@MonitoringBundle/config/routing.yaml'# config/packages/monitoring.yaml
monitoring:
api_code: 'YOUR_API_CODE'curl --data "apiCode=YOUR_API_CODE" https://www.your-domain.tld/monitoring/fetchCreate a tagged pimcore.monitoring.check service and implement the CheckInterface interface.
- Pimcore version and revision
- Installed Bundles
- Installed AreaBricks
- Available Users
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Before updating, please check our upgrade notes!