Add URL health checks from config

This commit is contained in:
2026-02-07 22:31:37 +03:00
parent 2a76488902
commit dd6dc8040b
5 changed files with 77 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ artifacts_kb = ReplyKeyboardMarkup(
system_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="💽 Disks"), KeyboardButton(text="🔐 Security")],
[KeyboardButton(text="🌐 URLs")],
[KeyboardButton(text="🔄 Reboot")],
[KeyboardButton(text="⬅️ Назад")],
],