add monitoring
This commit is contained in:
11
config/health/resources/S3.yml
Normal file
11
config/health/resources/S3.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: S3
|
||||
abbreviation: s3
|
||||
checker: PragmaRX\Health\Checkers\CloudStorage
|
||||
notify: true
|
||||
column_size: 3
|
||||
error_message: "Amazon S3 connection is failing."
|
||||
targets:
|
||||
- default:
|
||||
driver: s3
|
||||
file: pragmarx-health-s3-testfile.txt
|
||||
contents: "{{ \\Illuminate\\Support\\Str::random(32) }}"
|
||||
Reference in New Issue
Block a user