Files
managed-portal/managed/store_dwell_alert/config/config.example.yaml
skye.yue ea618fd674 Refactor store dwell alert management API and dwell engine
- Updated argument parsing in manage_api.py to include new threshold parameters.
- Enhanced _config_payload to include thresholds and webhook configurations.
- Modified _build_summary to track queue metrics and adjust alert reporting.
- Refactored DwellEngine to utilize queue thresholds for alerting and reporting.
- Added queue metrics calculations and status change tracking in dwell_engine.py.
- Updated notifier.py to support posting JSON events to webhooks.
- Adjusted example configuration to reflect new threshold parameters.
- Enhanced Docker entrypoint script for better process management.
- Updated tests to cover new queue metrics and thresholds.
- Improved ManagedServiceDetail and ManagedServices Vue components to display queue metrics.
2026-05-09 11:35:55 +08:00

29 lines
543 B
YAML

camera_id: store_cam_01
timezone: Asia/Shanghai
thresholds:
queue_time_threshold_seconds: 300
crowded_count_threshold: 5
normal_count_threshold: 2
pause_timeout_seconds: 300
alert_cooldown_seconds: 600
stream:
rtsp_url: rtsp://user:password@camera-ip:554/h264/ch1/main/av_stream
sample_fps: 2.0
reconnect_backoff_seconds: 5.0
staff:
gallery_dir: data/staff_gallery
min_hits: 3
similarity_threshold: 0.9
event_sink:
path: logs/events.jsonl
webhook:
url: ""
alert_url: ""
report_url: ""
timeout_seconds: 5.0