Releases: liip/LiipMonitorBundle
Releases · liip/LiipMonitorBundle
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
improved docs, composer script handler
Merge pull request #87 from kniziol/master ScriptHandler: update type of method getOptions() argument | fixes #86
added additional GuzzleHttpService config
Merge pull request #84 from kbond/guzzle-config added additional GuzzleHttpService config
integrate OpCacheMemory check
Merge pull request #83 from kbond/opcache-memory integrate OpCacheMemory check
Added return statement to the HealthCheckCommand
Merge pull request #75 from atlantech/fix/ConsoleCommandReturnValue Added return statement to the HealthCheckCommand