add monitoring

This commit is contained in:
ludo
2024-02-22 19:33:56 +01:00
parent 927be4ea77
commit 7a33245c1e
61 changed files with 1666 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
name: Checkout.com API
abbreviation: https
checker: PragmaRX\Health\Checkers\Https
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:
- checkout-com:
url: "https://{{ config('services.checkout_com.api.host') }}/event-types"
method: GET
headers:
Authorization: "{{ config('services.checkout_com.api.keys.secret') }}"