Skip to content

Easy Install - Latest Release of eZ Server Monitor`Web

License

Notifications You must be signed in to change notification settings

furipaf/ezservermonitor-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Easy Install

Tested on Raspberry Pi OS Lite (Feb 2025)

Install Steps:

  • Run the following commands
    chmod -R 777 /var/www/html
    sudo apt install git -y
    cd /var/www/html
    git clone https://github.com/furipaf/ezservermonitor-web.git
    mv /var/www/html/ezservermonitor-web/* /var/www/html/
    chmod +x install.sh
    ./install.sh
    
  • Enjoy

eZ Server Monitor (eSM) is a script for monitoring Linux servers. It is available in Bash version and Web application.

eZ Server Monitor `Web

In its Web version eSM is a PHP script that displays on a Web page information such as:

  • System : hostname, OS, kernel version, uptime, last boot date, number of current user(s), server datetime
  • Load average : gauges showing the CPU load with the percentage (1 minute, 5 minutes et 15 minutes)
  • Network usage : displaying the IP address of each network interface with the data transmitted and received
  • CPU : model, frequency, cores number, cache L2, bogomips, temperature
  • Disk usage : table of each mount point with the space available, used and total
  • Memory : table containing the available used and total of RAM
  • Swap : table containing the available used and total of Swap
  • Last login : display last 5 user connections
  • Ping : ping the hosts defined in the configuration file
  • Services : displays the status (up or down) services defined in the configuration file

Several themes are available !

Each block can be reloaded manually.

You can download the last version here. The requirements are simple : a Linux environment, a web server (Apache2, Lighttpd, Nginx, ...) and PHP.

The documentation explains all the parameters of esm.config.json.

Changelog is available here.

View more information on the official website.

About

Easy Install - Latest Release of eZ Server Monitor`Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%