21 lines
342 B
YAML
21 lines
342 B
YAML
|
|
# Agent-gedrag
|
||
|
|
interval_seconds: 300
|
||
|
|
quiet_hours:
|
||
|
|
start: "23:00"
|
||
|
|
end: "07:00"
|
||
|
|
timezone: Europe/Brussels
|
||
|
|
allow_severity: critical
|
||
|
|
|
||
|
|
dedupe_minutes: 30
|
||
|
|
|
||
|
|
severity_telegram:
|
||
|
|
- critical
|
||
|
|
- high
|
||
|
|
|
||
|
|
# Zonder LLM: regels
|
||
|
|
rules:
|
||
|
|
any_service_down: high
|
||
|
|
proxmox_unreachable: critical
|
||
|
|
nas_unreachable: critical
|
||
|
|
unknown_lan_device: medium
|