v1.8.60: multi-type status check + --add in skill + skill docs update
- _check_status_one: proper connectivity check per server type (SSH/SQL/Redis/Grafana/Prometheus/WinRM/RDP) - ping_server uses _check_status_one instead of paramiko-only - check_status shows server type column - skill-ssh.md: allow --add, document it, update --status description - CLAUDE.md: add --add/--remove/--set-note to command reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -136,6 +136,9 @@ tools/
|
||||
/ssh --list # Все серверы
|
||||
/ssh --info ALIAS # Инфо (без creds)
|
||||
/ssh --status # Online/offline
|
||||
/ssh --add ALIAS IP PORT USER PASS # Добавить сервер
|
||||
/ssh --remove ALIAS # Удалить сервер
|
||||
/ssh --set-note ALIAS "desc" # Обновить заметки
|
||||
```
|
||||
|
||||
## Конфигурация
|
||||
|
||||
Reference in New Issue
Block a user