From 240ef4dfab87acdfd65c4146c9a50ea9b452e567 Mon Sep 17 00:00:00 2001 From: Alex Tau Date: Sat, 16 Aug 2025 12:10:40 +0300 Subject: [PATCH] fix config example: replace start and stop with self --- config.example.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.example.json b/config.example.json index 5e2d823..d380bcf 100644 --- a/config.example.json +++ b/config.example.json @@ -1,8 +1,7 @@ { "log_level": "INFO", "enabled_check_sets": [ - "start", - "stop", + "self", "remind" ], "alert_channels": {