Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 878 Bytes

File metadata and controls

48 lines (41 loc) · 878 Bytes

Audit

Lightweight Linux server monitoring tool written in Bash.

Features

  • Real-time dashboard (TUI)
  • CPU / Memory / Disk monitoring
  • Port and process inspector
  • Alert system with email notifications
  • Background agent (systemd)

Usage

Show all statistic about server behavior

audit dashboard

Show cpu/ram/disk usage

audit monitor

Show information about port usage

audit ports

Show top 10 processes on server ordered by cpu usage

audit processes

Start alert agent

audit agent

You may use agent with systemd

sudo systemctl daemon-reload
sudo systemctl enable audit
sudo systemctl start audit

The alert agent will start and send emails about strange behavior on the server.

Installation

curl -sSL https://raw.githubusercontent.com/AlKurpiakov/audit/main/install.sh | bash