add monitoring
This commit is contained in:
10
config/health/resources/DebugMode.yml
Normal file
10
config/health/resources/DebugMode.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Debug Mode
|
||||
abbreviation: debug
|
||||
checker: PragmaRX\Health\Checkers\Expression
|
||||
notify: true
|
||||
column_size: 3
|
||||
error_message: "Application is in debug mode"
|
||||
targets:
|
||||
- default:
|
||||
expression_value: "app('config')->get('app.debug')"
|
||||
should_return: false
|
||||
Reference in New Issue
Block a user