add monitoring

This commit is contained in:
ludo
2024-02-22 19:33:56 +01:00
parent 869b148e20
commit 722ea43bc2
61 changed files with 1666 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
name: Broadcasting
abbreviation: brdc
checker: PragmaRX\Health\Checkers\Broadcasting
notify: true
column_size: 3
error_message:
"The broadcasting service did not respond in time, it may be in trouble."
targets:
- default:
channel: pragmarx-health-broadcasting-channel
route_name: pragmarx.health.broadcasting.callback
secret: "{{ \\Illuminate\\Support\\Str::random(32) }}"
timeout: 30
routes:
pragmarx.health.broadcasting.callback:
uri: "/health/broadcasting/callback/{secret}"
controller: PragmaRX\Health\Http\Controllers\Broadcasting
action: callback
save_to: "{{ storage_path('app') }}/broadcasting.json"