A BASH script to check and log the overall status of a Linux server's processes, services, users and disks.
Designed primarily for DEB and RPM based systems. Should be easy enough to expand to other package managers.
Just run the script: ./serverChecker.sh
.
Creates it's own log file
Script doesn't need run as root user, however the user running script will need sudo access.
Doas is also supported.
The following packages are required:
- iproute2
- lsof
- sysstat
The script will attempt to install them if they're not found.