fix config example: replace start and stop with self

This commit is contained in:
Alex Tau 2025-08-16 12:10:40 +03:00
parent 731b0b32fc
commit 240ef4dfab

View file

@ -1,8 +1,7 @@
{ {
"log_level": "INFO", "log_level": "INFO",
"enabled_check_sets": [ "enabled_check_sets": [
"start", "self",
"stop",
"remind" "remind"
], ],
"alert_channels": { "alert_channels": {