Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 396 Bytes

File metadata and controls

14 lines (10 loc) · 396 Bytes

server-health-security-monitor

SHSM — Server Health & Security Monitor

Small Bash-based suite to monitor system health and basic security posture. Saves logs to /var/log/shsm/.

Quick start

  1. Clone repo
  2. sudo mkdir -p /var/log/shsm && sudo chown $USER:$USER /var/log/shsm
  3. chmod +x shsm.sh scripts/*.sh
  4. ./shsm.sh

Use ./shsm.sh --auto for noninteractive runs (cron).