Lightweight Linux server monitoring tool written in Bash.
- Real-time dashboard (TUI)
- CPU / Memory / Disk monitoring
- Port and process inspector
- Alert system with email notifications
- Background agent (systemd)
Show all statistic about server behavior
audit dashboardShow cpu/ram/disk usage
audit monitorShow information about port usage
audit portsShow top 10 processes on server ordered by cpu usage
audit processesStart alert agent
audit agentYou may use agent with systemd
sudo systemctl daemon-reload
sudo systemctl enable audit
sudo systemctl start auditThe alert agent will start and send emails about strange behavior on the server.
curl -sSL https://raw.githubusercontent.com/AlKurpiakov/audit/main/install.sh | bash