Skip to content

yebo29/yaservermonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Yet Another Server Monitor

Fork of https://github.com/shevabam/ezservermonitor-sh.

yamon is a script for monitoring Linux servers.

It is a simple script that displays on a terminal information such as:

  • System : hostname, OS, kernel version, uptime, last boot date, number of current user(s), server datetime
  • Load average : percentages showing the CPU load (1 minute, 5 minutes et 15 minutes)
  • CPU : model, frequency, cores number, cache L2, bogomips
  • Memory : displays free and total memory
  • Network usage : displaying the IP address of each network interface (WAN and LAN)
  • Ping : ping the hosts defined in the configuration section of the script
  • Disk usage : table of each mount point with the space available, used and total
  • Services : displays the status (up or down) services defined in the configuration section of the script
  • Disks and system temperatures : displays the disks, CPU and motherboard temperatures (optional)

Several themes are available !

Install and Usage

  • Clone this repo or download the script. Make it executable and run the -h option to see available options.