项目作者: yebo29

项目描述 :
Yet another Linux server monitor
高级语言: Shell
项目地址: git://github.com/yebo29/yaservermonitor.git
创建时间: 2021-03-18T08:33:08Z
项目社区:https://github.com/yebo29/yaservermonitor

开源协议:GNU General Public License v3.0

下载


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.