mirror of
https://github.com/amir20/dozzle.git
synced 2026-06-23 04:10:12 +00:00
5b412456cd
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
283 B
YAML
13 lines
283 B
YAML
subscriptions:
|
|
- id: 1
|
|
name: test-alert
|
|
enabled: true
|
|
dispatcherId: 1
|
|
logExpression: 'message contains "error"'
|
|
containerExpression: 'name contains "dozzle"'
|
|
dispatchers:
|
|
- id: 1
|
|
name: test-webhook
|
|
type: webhook
|
|
url: http://localhost:9999/webhook
|