Skip to content

AlKurpiakov/audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight Linux server monitoring tool written in Bash.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages