- [LICENSE] Dual-License with GPL and Dachcom Commercial License (DCL) added
- Recommended folder structure by symfony adopted
- [ROUTE] Route include changed from
@MonitoringBundle/Resources/config/routing.yml
to@MonitoringBundle/config/routing.yaml
extensions.isEnabled
has been removed and was replaced byextensions.isInstalled
- Check Script has been removed
failed_logins
has been removed since pimcore now longer provide any logging files for that. If you still need it, you need to implement your own check and hook into the security monolog channel for example
- It's now possible to add your own check. Just create a tagged
pimcore.monitoring.check
service and implement theCheckInterface
interface
Monitoring 3.x Upgrade Notes: https://github.com/dachcom-digital/pimcore-monitoring/blob/3.x/UPGRADE.md