Releases: liip/LiipMonitorBundle
Releases · liip/LiipMonitorBundle
Grouping health checks – run multiple or all checks
(re-)added ability to group health checks
see 2.2.0...master for details of the changes.
the main new feature is the group health checks which was a feature available in 1.x that was lost in the transition to 2.x (see #123).
special thanks to @DrSchimke and https://github.com/Postcon !
2.2.0
2.1.4
- a1044da adjust version constraints for sensiolabs/security-checker (Kevin Bond)
- a5be9ec use symfony 2.8/3.0 stable in travis matrix (Kevin Bond)
- 2238988 bump minimal version of 2.3, allow 3.0 and set an upper bound for php, remove symfony 2.4/2.5/2.6 from build matrix (Lukas Kahwe Smith)
- 9df9fa9 added lower dep testing (Lukas Kahwe Smith)
- 697b634 added php 7.0 to the build matrix (Lukas Kahwe Smith)
- c14ebdd Applied fixes from StyleCI (Lukas Kahwe Smith)
- e2e8167 added styleci, switch to psr-4 (Lukas Kahwe Smith)
- eed1e03 updated build matrix (Lukas Kahwe Smith)
add Nagios Performance Data to check Results
2.1.3 fixed deprecated use of 'pattern' in route definition
Added a new route for a single check with a http-status response
Merge pull request #114 from davewwww/master Added a new route for a single check with a http-status response
fix Symfony 2.7 deprecation notices related to the routing config
Merge pull request #107 from z38/fix-routing-deprecations Fix deprecated routing patterns
improved the Reporters
- added a RawConsoleReporter to enable nagios support in the ConsoleReporter
- added an option to not send warnings in the SwiftMailerReporter
- made it possible to list the available reporters via
monitor:list --reporters
added status code based health check for amazon ELB
Merge pull request #91 from Bladrak/http_status Added http_status_checks method
fixed handling of Additional Reporters, added ExpressionLanguage check
Merge pull request #88 from notrix/master Add AdditionalReporterCompilerPass to container on bundle build