dachcom-digital / monitoring
Pimcore Monitoring - get monitoring information
Installs: 23 822
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 9
Forks: 0
Open Issues: 1
Type:pimcore-bundle
Requires
- pimcore/pimcore: ^11.0
README
Fetch health state of your pimcore installation.
Release Plan
Installation
"require" : { "dachcom-digital/monitoring" : "~4.0.0" }
Add Bundle to bundles.php
:
return [ MonitoringBundle\MonitoringBundle::class => ['all' => true], ];
Install Routes
# config/routes.yaml monitoring: resource: '@MonitoringBundle/config/routing.yaml'
Configuration
# config/packages/monitoring.yaml monitoring: api_code: 'YOUR_API_CODE'
Fetch Data
curl --data "apiCode=YOUR_API_CODE" https://www.your-domain.tld/monitoring/fetch
Create Custom Check
Create a tagged pimcore.monitoring.check
service and implement the CheckInterface
interface.
Available Checks
- Pimcore version and revision
- Installed Bundles
- Installed AreaBricks
- Available Users
License
DACHCOM.DIGITAL AG, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
dachcom.com, dcdi@dachcom.ch
Copyright © 2024 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit LICENSE.md
Upgrade Info
Before updating, please check our upgrade notes!