add monitoring
This commit is contained in:
13
config/health/resources/EnvExists.yml
Normal file
13
config/health/resources/EnvExists.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: .env Exists
|
||||
abbreviation: envexists
|
||||
checker: PragmaRX\Health\Checkers\DirectoryAndFilePresence
|
||||
notify: true
|
||||
error_message: "The .env file does not exists"
|
||||
column_size: 3
|
||||
targets:
|
||||
- default:
|
||||
file_exists:
|
||||
- "{{ base_path('.env') }}"
|
||||
file_do_not_exists:
|
||||
directory_exists:
|
||||
directory_do_not_exists:
|
||||
Reference in New Issue
Block a user