add monitoring
This commit is contained in:
13
config/health/resources/Http.yml
Normal file
13
config/health/resources/Http.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Http
|
||||
abbreviation: http
|
||||
checker: PragmaRX\Health\Checkers\Http
|
||||
notify: true
|
||||
column_size: 3
|
||||
timeout_message: "[TIMEOUT] A request to %s took %s seconds. Timeout is set to %s seconds."
|
||||
connection_timeout: 30
|
||||
roundtrip_timeout: 30
|
||||
targets:
|
||||
- default:
|
||||
urls:
|
||||
- '{{ config("app.url") }}'
|
||||
- http://google.com
|
||||
Reference in New Issue
Block a user