add monitoring
This commit is contained in:
10
config/health/resources/ConfigurationCached.yml
Normal file
10
config/health/resources/ConfigurationCached.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Configuration Cached
|
||||
abbreviation: cfgcch
|
||||
checker: PragmaRX\Health\Checkers\Expression
|
||||
notify: true
|
||||
column_size: 3
|
||||
error_message: "Configuration is not cached"
|
||||
targets:
|
||||
- default:
|
||||
expression_value: "app()->configurationIsCached()"
|
||||
should_return: true
|
||||
Reference in New Issue
Block a user