Skip to content

BASH script to check and log the overall status of a server's processes, services, users, and disks.

Notifications You must be signed in to change notification settings

ngrogg/server-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Server Checker

Overview

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.

Usage

Just run the script: ./serverChecker.sh.

Creates it's own log file

Requirements

Sudoer/Wheel group

Script doesn't need run as root user, however the user running script will need sudo access.
Doas is also supported.

Packages

The following packages are required:

  • iproute2
  • lsof
  • sysstat

The script will attempt to install them if they're not found.

About

BASH script to check and log the overall status of a server's processes, services, users, and disks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages