Skip to content

Releases: liip/LiipMonitorBundle

Grouping health checks – run multiple or all checks

12 Jan 10:55
Compare
Choose a tag to compare

(re-)added ability to group health checks

08 Jan 06:54
Compare
Choose a tag to compare

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

11 Dec 12:56
Compare
Choose a tag to compare
  • d6c3205 [Minor BC Break] update SymfonyVersion check to use packagist and check for end of life (Kevin Bond)
  • d7b6659 Applied fixes from StyleCI (Lukas Kahwe Smith)

2.1.4

01 Dec 22:15
Compare
Choose a tag to compare
  • 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

24 Oct 15:32
Compare
Choose a tag to compare
2.1.3

fixed deprecated use of 'pattern' in route definition

Added a new route for a single check with a http-status response

14 Sep 14:20
Compare
Choose a tag to compare
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

10 Jun 08:35
Compare
Choose a tag to compare
Merge pull request #107 from z38/fix-routing-deprecations

Fix deprecated routing patterns

improved the Reporters

28 May 13:24
Compare
Choose a tag to compare
  • 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

18 Mar 06:31
Compare
Choose a tag to compare
Merge pull request #91 from Bladrak/http_status

Added http_status_checks method

fixed handling of Additional Reporters, added ExpressionLanguage check

26 Feb 11:38
Compare
Choose a tag to compare
Merge pull request #88 from notrix/master

Add AdditionalReporterCompilerPass to container on bundle build