diff --git a/agent-deb/DEBIAN/control b/agent-deb/DEBIAN/control index 67cb000..2837c79 100644 --- a/agent-deb/DEBIAN/control +++ b/agent-deb/DEBIAN/control @@ -1,13 +1,14 @@ Package: info-user-agent -Version: 1.0.0 +Version: 1.0.1 Section: admin Priority: optional Architecture: all Depends: python3, python3-psutil, python3-requests Maintainer: Hidosi Description: InfoUser Monitor - агент мониторинга ПК - Агент собирает метрики компьютера (CPU, RAM, диски, процессы, пользователь, IP) - и отправляет их раз в час на сервер InfoUser Monitor. + Агент собирает метрики компьютера (CPU, RAM, диски, процессы, активные + пользовательские сессии, IP) и отправляет их раз в час на сервер + InfoUser Monitor. . После установки запустите: sudo info-user-agent-setup diff --git a/info-user-agent_1.0.0_all.deb b/info-user-agent_1.0.0_all.deb deleted file mode 100644 index b1cbe7d..0000000 Binary files a/info-user-agent_1.0.0_all.deb and /dev/null differ diff --git a/info-user-agent_1.0.1_all.deb b/info-user-agent_1.0.1_all.deb new file mode 100644 index 0000000..5915307 Binary files /dev/null and b/info-user-agent_1.0.1_all.deb differ