Add external checks with uptime

This commit is contained in:
2026-02-08 02:16:42 +03:00
parent aab54d4108
commit 3df9db3bf7
7 changed files with 195 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ system_logs_kb = ReplyKeyboardMarkup(
[KeyboardButton(text="🧾 Audit"), KeyboardButton(text="📣 Incidents")],
[KeyboardButton(text="🧰 Processes"), KeyboardButton(text="🔒 SSL")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="🔑 SSH log")],
[KeyboardButton(text="🌍 External")],
[KeyboardButton(text="⬅️ System")],
],
resize_keyboard=True,